We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f83b75 commit 9d06dd0Copy full SHA for 9d06dd0
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: echo "COVERAGE=1" >> $GITHUB_ENV
60
61
- name: Run PHPUnit
62
- run: vendor/bin/phpunit ${{ matrix.latest && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
+ run: vendor/bin/phpunit ${{ matrix.php == '8.4' && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
63
64
- name: Run PHP CS Fixer
65
if: "matrix.php == '8.3'"
0 commit comments