Skip to content

Commit adacd4d

Browse files
author
Andrey Helldar
authored
Update phpunit.yml
1 parent 104ba9f commit adacd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
3737
3838
- name: Scrutinizer CI
39-
if: success() && matrix.php == "8.0" && matrix.laravel == "8.0"
39+
if: success() && matrix.php == '8.0' && matrix.laravel == '8.0'
4040
run: |
4141
wget https://scrutinizer-ci.com/ocular.phar
4242
php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)