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 3d5160d commit f7e785dCopy full SHA for f7e785d
.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.0'
+ 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