We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76a8b8 commit 3d5160dCopy full SHA for 3d5160d
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
37
38
- name: Code coverage
39
- if: github.ref == 'refs/heads/master' && ${{ matrix.php }} != '8'
+ if: github.ref == 'refs/heads/master' && ${{ matrix.php }} != '8.0'
40
run: |
41
echo "::debug::The matrix is set to -${{ matrix.php }}-"
42
wget https://scrutinizer-ci.com/ocular.phar
0 commit comments