From 93a9913b6963bf130ac400c32c27a4bd3d13ec42 Mon Sep 17 00:00:00 2001 From: rotimi Date: Wed, 13 Mar 2024 19:56:22 -0600 Subject: [PATCH] Updated github action --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 50e14ff..ada5b00 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - php: [8.2, 8.1] + php: [8.3, 8.2, 8.1] # prefer-lowest is causing unit tests to fail when php 7.2 is run against PHPunit 7.x, # PHPUnit 8.x is the latest stable release that supports PHP 7.2 and that runs fine # dependency-version: [prefer-lowest, prefer-stable]