We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951af2e commit 1d928d5Copy full SHA for 1d928d5
1 file changed
.github/workflows/master.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Run tests
46
run: |
47
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
48
- if [[ "${{ matrix.php }}" == '8.5' ]]; then
+ if [[ "${{ matrix.php }}" == '8.1' ]]; then
49
composer require --dev --no-interaction --no-progress --quiet scrutinizer/ocular
50
vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
51
fi
0 commit comments