There was an error while loading. Please reload this page.
1 parent cd730e8 commit fa19c59Copy full SHA for fa19c59
1 file changed
.github/workflows/test-runner.yml
@@ -24,7 +24,7 @@ jobs:
24
# Fail the whole workflow if one of the jobs fails
25
fail-fast: true
26
matrix:
27
- php: [ 8.2, 8.3, 8.4 ]
+ php: [ 8.3, 8.4 ]
28
laravel: [ 11.*, 12.* ]
29
dependency-version: [ prefer-stable ]
30
shard: [ 1, 2, 3, 4 ]
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Upload coverage reports to Codecov
76
# Make sure the Codecov action is only executed once
77
- if: matrix.php == '8.2' && matrix.laravel == '12.*' && matrix.dependency-version == 'prefer-stable' && matrix.shard == 1
+ if: matrix.php == '8.3' && matrix.laravel == '12.*' && matrix.dependency-version == 'prefer-stable' && matrix.shard == 1
78
uses: codecov/codecov-action@v5
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments