Skip to content

Commit 2b0f81b

Browse files
committed
Fix tests
1 parent 2f95a01 commit 2b0f81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
vendor/bin/phpcs --standard=./ruleset.xml src/
3535
vendor/bin/phpstan analyse -l 7 -c phpstan.neon.dist src/
3636
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
37-
if [[ "${{ matrix.php }}" == '8.0' ]]; then
37+
if [[ "${{ matrix.php }}" == '7.4' ]]; then
3838
wget https://scrutinizer-ci.com/ocular.phar
3939
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
4040
fi

0 commit comments

Comments
 (0)