Skip to content

Commit 2ebe618

Browse files
committed
use newer phpunit version on php 8.2 and 8.3
1 parent 3bbcdb9 commit 2ebe618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Require newer phpunit/phpunit version
8181
run: "composer require phpunit/phpunit '^9.5' --dev --no-interaction --ansi --no-install"
82-
if: matrix.php == '8.1'
82+
if: matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3'
8383

8484
- name: "Install dependencies with Composer"
8585
uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)