Skip to content

Commit 62274cb

Browse files
committed
Fix codeclimate coverage step in ci workflow
1 parent b033699 commit 62274cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml
5454

5555
- name: Publish code coverage to codeclimate
56-
if: matrix.os-version == '8.0' && github.event_name == 'push'
56+
if: matrix.php == '8.0' && github.event_name == 'push'
5757
uses: paambaati/codeclimate-action@v2.7.5
5858
env:
5959
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)