Skip to content

Commit 9d06dd0

Browse files
committed
fix coverage
1 parent 3f83b75 commit 9d06dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: echo "COVERAGE=1" >> $GITHUB_ENV
6060

6161
- name: Run PHPUnit
62-
run: vendor/bin/phpunit ${{ matrix.latest && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
62+
run: vendor/bin/phpunit ${{ matrix.php == '8.4' && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
6363

6464
- name: Run PHP CS Fixer
6565
if: "matrix.php == '8.3'"

0 commit comments

Comments
 (0)