Skip to content

Commit dad326d

Browse files
authored
temporary CI fix
compare php-coveralls/php-coveralls#327
1 parent 6252fdc commit dad326d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover=build/logs/clover.xml --testdox
3636

3737
- name: Upload the reports to coveralls.io
38-
if: ${{ matrix.php == '8.0' }}
38+
if: ${{ matrix.php == '7.4' }}
3939
run: |
4040
composer global require php-coveralls/php-coveralls
4141
php-coveralls -v
4242
env:
4343
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Upload the reports to codeclimate
46-
if: ${{ matrix.php == '8.0' }}
46+
if: ${{ matrix.php == '7.4' }}
4747
run: sudo ./cc-test-reporter after-build -r $CC_TEST_REPORTER_ID
4848
env:
4949
CC_TEST_REPORTER_ID: 5e32818628fac9eb11d34e2b35289f88169610cc4a98c6f170c74923342284f1

0 commit comments

Comments
 (0)