Skip to content

Commit ef0eea9

Browse files
authored
Merge pull request #9 from daun/php85
Add PHP 8.5 to test matrix
2 parents 8a2491b + 3db9b3e commit ef0eea9

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [8.4, 8.3, 8.2]
15+
php: [8.5, 8.4, 8.3, 8.2]
1616
laravel: [12.*]
1717
statamic: [6.*]
1818
include:
1919
- laravel: 12.*
2020
testbench: 10.*
2121
pest: 3.*
2222
snapshots: 2.*
23-
- laravel: 11.*
24-
testbench: 9.*
25-
pest: 3.*
26-
snapshots: 2.*
2723
exclude:
2824
- laravel: 12.*
2925
php: 8.1
@@ -55,7 +51,7 @@ jobs:
5551

5652
- name: Check code coverage
5753
uses: codecov/codecov-action@v4
58-
if: ${{ matrix.php == '8.4' && matrix.laravel == '12.*' }}
54+
if: ${{ matrix.php == '8.5' && matrix.laravel == '12.*' }}
5955
with:
6056
file: ./coverage.xml
6157
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)