Skip to content

Commit 6842d81

Browse files
committed
Update run-tests.yml
1 parent 672a927 commit 6842d81

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest, ubuntu-latest]
12-
php: [8.0, 8.1, 8.2, 8.3, 8.4]
13-
laravel: [9.*, 10.*, 11.*, 12.*]
12+
php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
13+
laravel: [9.*, 10.*, 11.*, 12.*, 13.*]
1414
dependency-version: [prefer-stable]
1515
include:
16+
- laravel: 13.*
17+
testbench: 11.*
18+
phpunit: 12.*
19+
1620
- laravel: 12.*
1721
testbench: 10.*
1822
phpunit: 11.*
@@ -30,24 +34,42 @@ jobs:
3034
phpunit: 10.*
3135

3236
exclude:
37+
- laravel: 13.*
38+
php: 8.2
39+
40+
- laravel: 13.*
41+
php: 8.1
42+
43+
- laravel: 13.*
44+
php: 8.0
45+
3346
- laravel: 12.*
3447
php: 8.1
3548

3649
- laravel: 12.*
3750
php: 8.0
3851

52+
- laravel: 11.*
53+
php: 8.5
54+
3955
- laravel: 11.*
4056
php: 8.1
4157

4258
- laravel: 11.*
4359
php: 8.0
4460

61+
- laravel: 10.*
62+
php: 8.5
63+
4564
- laravel: 10.*
4665
php: 8.4
4766

4867
- laravel: 10.*
4968
php: 8.0
5069

70+
- laravel: 9.*
71+
php: 8.5
72+
5173
- laravel: 9.*
5274
php: 8.4
5375

0 commit comments

Comments
 (0)