Skip to content

Commit 42973e5

Browse files
committed
Drop PHP 7.4 support, add PHP8.5 support, drop Laravel < 11 support
1 parent 7f51467 commit 42973e5

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,10 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: [8.0, 8.1, 8.2, 8.3, 8.4]
16-
laravel: ['9.*', '10.*', '11.*', '12.*']
15+
php: [8.2, 8.3, 8.4, 8.5]
16+
laravel: ['11.*', '12.*']
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
exclude:
19-
- laravel: 9.*
20-
php: 8.2
21-
- laravel: 9.*
22-
php: 8.3
23-
- laravel: 9.*
24-
php: 8.4
25-
- laravel: 10.*
26-
php: 8.0
2719
- laravel: 11.*
2820
php: 8.0
2921
- laravel: 11.*
@@ -33,10 +25,6 @@ jobs:
3325
- laravel: 12.*
3426
php: 8.1
3527
include:
36-
- laravel: 9.*
37-
testbench: 7.*
38-
- laravel: 10.*
39-
testbench: 8.*
4028
- laravel: 11.*
4129
testbench: 9.*
4230
- laravel: 12.*

0 commit comments

Comments
 (0)