Skip to content

Commit 5c4012b

Browse files
committed
Update run-tests.yml
1 parent cc12de0 commit 5c4012b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
php: [8.0, 8.1, 8.2, 8.3, 8.4]
12-
laravel: [9.*, 10.*, 11.*]
12+
laravel: [9.*, 10.*, 11.*, 12.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:
15+
- laravel: 12.*
16+
testbench: 9.*
17+
pest-plugin-laravel: 3.0.0
18+
1519
- laravel: 11.*
1620
testbench: 9.*
1721
pest-plugin-laravel: 2.3.0
@@ -25,6 +29,12 @@ 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
3040

0 commit comments

Comments
 (0)