Skip to content

Commit f0ae956

Browse files
author
Enno Woortmann
committed
coverage PHP8.2
1 parent 781c1eb commit f0ae956

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: composer install
2626

2727
- name: Prepare codeclimate test reporter
28-
if: ${{ matrix.php == '7.4' }}
28+
if: ${{ matrix.php == '8.2' }}
2929
run: |
3030
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
3131
chmod +x ./cc-test-reporter
@@ -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 == '7.4' }}
38+
if: ${{ matrix.php == '8.2' }}
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 == '7.4' }}
46+
if: ${{ matrix.php == '8.2' }}
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)