File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
run : composer install
26
26
27
27
- name : Prepare codeclimate test reporter
28
- if : ${{ matrix.php == '7.4 ' }}
28
+ if : ${{ matrix.php == '8.2 ' }}
29
29
run : |
30
30
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
31
31
chmod +x ./cc-test-reporter
@@ -35,15 +35,15 @@ jobs:
35
35
run : XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover=build/logs/clover.xml --testdox
36
36
37
37
- name : Upload the reports to coveralls.io
38
- if : ${{ matrix.php == '7.4 ' }}
38
+ if : ${{ matrix.php == '8.2 ' }}
39
39
run : |
40
40
composer global require php-coveralls/php-coveralls
41
41
php-coveralls -v
42
42
env :
43
43
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
44
45
45
- name : Upload the reports to codeclimate
46
- if : ${{ matrix.php == '7.4 ' }}
46
+ if : ${{ matrix.php == '8.2 ' }}
47
47
run : sudo ./cc-test-reporter after-build -r $CC_TEST_REPORTER_ID
48
48
env :
49
49
CC_TEST_REPORTER_ID : 5e32818628fac9eb11d34e2b35289f88169610cc4a98c6f170c74923342284f1
You can’t perform that action at this time.
0 commit comments