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 b033699 commit 62274cbCopy full SHA for 62274cb
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
run: vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml
54
55
- name: Publish code coverage to codeclimate
56
- if: matrix.os-version == '8.0' && github.event_name == 'push'
+ if: matrix.php == '8.0' && github.event_name == 'push'
57
uses: paambaati/codeclimate-action@v2.7.5
58
env:
59
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
0 commit comments