Skip to content

Commit

Permalink
not send coverage on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Gribanov committed Nov 19, 2024
1 parent 0a5b0e4 commit 4abf1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover build/coverage-clover.xml

- name: Send coverage results to Scrutinizer CI
if: matrix.php != '8.0' && matrix.php != '8.1' && matrix.php != '8.2'
if: matrix.php != '8.0' && matrix.php != '8.1' && matrix.php != '8.2' && matrix.php != '8.3'
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/coverage-clover.xml
Expand Down

0 comments on commit 4abf1ba

Please sign in to comment.