Skip to content

Commit 9563867

Browse files
committed
Run coverage for PHP 8.4
1 parent f35fb93 commit 9563867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: composer update --prefer-dist --prefer-${{ matrix.setup }} --no-interaction --no-suggest
5555

5656
- name: Run Tests
57-
run: vendor/bin/phpunit ${{ matrix.php == 8.4 && matrix.setup == 'stable' && "--coverage-clover=clover.xml --coverage-text --log-junit test-results.xml" || "" }}
57+
run: vendor/bin/phpunit ${{ matrix.php == 8.4 && matrix.setup == 'stable' && '--coverage-clover=clover.xml --coverage-text --log-junit test-results.xml' || '' }}
5858

5959
- name: Upload Test Results
6060
if: matrix.php == 8.4 && matrix.setup == 'stable'

0 commit comments

Comments
 (0)