Skip to content

Commit 103373a

Browse files
authored
Update main.yml
1 parent dad326d commit 103373a

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
@@ -25,7 +25,7 @@ jobs:
2525
run: composer install
2626

2727
- name: Prepare codeclimate test reporter
28-
if: ${{ matrix.php == '8.0' }}
28+
if: ${{ matrix.php == '7.4' }}
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

0 commit comments

Comments
 (0)