Skip to content

Commit fa19c59

Browse files
committed
ci: upgrade php version
1 parent cd730e8 commit fa19c59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Fail the whole workflow if one of the jobs fails
2525
fail-fast: true
2626
matrix:
27-
php: [ 8.2, 8.3, 8.4 ]
27+
php: [ 8.3, 8.4 ]
2828
laravel: [ 11.*, 12.* ]
2929
dependency-version: [ prefer-stable ]
3030
shard: [ 1, 2, 3, 4 ]
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Upload coverage reports to Codecov
7676
# 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
77+
if: matrix.php == '8.3' && matrix.laravel == '12.*' && matrix.dependency-version == 'prefer-stable' && matrix.shard == 1
7878
uses: codecov/codecov-action@v5
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)