We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f95a01 commit 2b0f81bCopy full SHA for 2b0f81b
.github/workflows/master.yml
@@ -34,7 +34,7 @@ jobs:
34
vendor/bin/phpcs --standard=./ruleset.xml src/
35
vendor/bin/phpstan analyse -l 7 -c phpstan.neon.dist src/
36
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
37
- if [[ "${{ matrix.php }}" == '8.0' ]]; then
+ if [[ "${{ matrix.php }}" == '7.4' ]]; then
38
wget https://scrutinizer-ci.com/ocular.phar
39
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
40
fi
0 commit comments