Skip to content

Commit b329134

Browse files
committed
L12 - update test.yml
1 parent a2d903b commit b329134

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: ['8.0', '8.1', '8.2', '8.3']
14-
laravel: [9.*, 10.*, 11.*]
13+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
14+
laravel: [9.*, 10.*, 11.*, 12.*]
1515
stability: [prefer-lowest, prefer-stable]
1616
include:
1717
- laravel: 9.*
@@ -20,6 +20,8 @@ jobs:
2020
testbench: 8.*
2121
- laravel: 11.*
2222
testbench: 9.*
23+
- laravel: 12.*
24+
testbench: 10.*
2325
exclude:
2426
- laravel: 9.*
2527
php: 8.2
@@ -31,6 +33,12 @@ jobs:
3133
php: 8.0
3234
- laravel: 11.*
3335
php: 8.1
36+
- laravel: 12.*
37+
php: 8.2
38+
- laravel: 12.*
39+
php: 8.3
40+
- laravel: 12.*
41+
php: 8.4
3442

3543
steps:
3644
- name: Checkout code

0 commit comments

Comments
 (0)