Skip to content

Commit 777e4ac

Browse files
committed
Update run-tests.yml
1 parent 8d8d809 commit 777e4ac

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.github/workflows/run-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+
phpunit: 11.*
18+
1519
- laravel: 11.*
1620
testbench: 9.*
1721
phpunit: 11.*
@@ -25,15 +29,27 @@ jobs:
2529
phpunit: 10.*
2630

2731
exclude:
28-
- laravel: 11.*
32+
- laravel: 12.*
2933
php: 8.1
3034

35+
- laravel: 12.*
36+
php: 8.0
37+
38+
- laravel: 11.*
39+
php: 8.4
40+
3141
- laravel: 11.*
42+
php: 8.1
43+
44+
- laravel: 10.*
3245
php: 8.0
3346

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)