Skip to content

Commit c33df6a

Browse files
committed
Update tests.yml
1 parent 04a6052 commit c33df6a

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.github/workflows/tests.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.0, 8.1, 8.2, 8.3]
12-
laravel: [9.*, 10.*, 11.*]
11+
php: [8.0, 8.1, 8.2, 8.3, 8.4]
12+
laravel: [9.*, 10.*, 11.*, 12.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:
15+
- laravel: 12.*
16+
testbench: 10.*
17+
pest-plugin-laravel: 3.1.0
18+
1519
- laravel: 11.*
1620
testbench: 9.*
1721
pest-plugin-laravel: 2.3.0
@@ -25,15 +29,27 @@ jobs:
2529
pest-plugin-laravel: 1.4.0
2630

2731
exclude:
32+
- laravel: 12.*
33+
php: 8.1
34+
35+
- laravel: 12.*
36+
php: 8.0
37+
2838
- laravel: 11.*
2939
php: 8.1
30-
40+
3141
- laravel: 11.*
3242
php: 8.0
3343

44+
- laravel: 10.*
45+
php: 8.4
46+
3447
- laravel: 10.*
3548
php: 8.0
3649

50+
- laravel: 9.*
51+
php: 8.4
52+
3753
- laravel: 9.*
3854
php: 8.3
3955

0 commit comments

Comments
 (0)