Skip to content

Commit 5845ca5

Browse files
author
alessandro
committed
export coverage from php 7.4 (so we don't have to mess around with XDebug
1 parent 8bdd6ce commit 5845ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: vendor/bin/psalm
6161
- name: Export coverage
6262
uses: paambaati/codeclimate-action@v2.7.5
63-
if: ${{ matrix.php-version == '8.0' && matrix.rts-version == '1.4.10' }}
63+
if: ${{ matrix.php-version == '7.4' && matrix.rts-version == '1.4.10' }}
6464
env:
6565
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
6666
with:

0 commit comments

Comments
 (0)