We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a2491b + 3db9b3e commit ef0eea9Copy full SHA for ef0eea9
1 file changed
.github/workflows/ci.yml
@@ -12,18 +12,14 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- php: [8.4, 8.3, 8.2]
+ php: [8.5, 8.4, 8.3, 8.2]
16
laravel: [12.*]
17
statamic: [6.*]
18
include:
19
- laravel: 12.*
20
testbench: 10.*
21
pest: 3.*
22
snapshots: 2.*
23
- - laravel: 11.*
24
- testbench: 9.*
25
- pest: 3.*
26
- snapshots: 2.*
27
exclude:
28
29
php: 8.1
@@ -55,7 +51,7 @@ jobs:
55
51
56
52
- name: Check code coverage
57
53
uses: codecov/codecov-action@v4
58
- if: ${{ matrix.php == '8.4' && matrix.laravel == '12.*' }}
54
+ if: ${{ matrix.php == '8.5' && matrix.laravel == '12.*' }}
59
with:
60
file: ./coverage.xml
61
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments