We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbcdb9 commit 2ebe618Copy full SHA for 2ebe618
.github/workflows/php.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Require newer phpunit/phpunit version
81
run: "composer require phpunit/phpunit '^9.5' --dev --no-interaction --ansi --no-install"
82
- if: matrix.php == '8.1'
+ if: matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3'
83
84
- name: "Install dependencies with Composer"
85
uses: "ramsey/composer-install@v2"
0 commit comments