Skip to content

Commit f7e785d

Browse files
committed
Tweaking of github flow
1 parent 3d5160d commit f7e785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
3737

3838
- name: Code coverage
39-
if: github.ref == 'refs/heads/master' && ${{ matrix.php }} != '8.0'
39+
if: ${{ github.ref == 'refs/heads/master' && matrix.php != 8.0 }}
4040
run: |
4141
echo "::debug::The matrix is set to -${{ matrix.php }}-"
4242
wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)