Skip to content

Commit

Permalink
use newer phpunit version on php 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Nov 14, 2024
1 parent 3bbcdb9 commit 2ebe618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

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

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
Expand Down

0 comments on commit 2ebe618

Please sign in to comment.