Skip to content

Commit 515c61f

Browse files
committed
[chore] update workflow
1 parent 22957b7 commit 515c61f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php: ['8.0', '8.1', '8.2', '8.3']
14-
laravel: [9.*, 10.*, 11.*]
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.3
@@ -29,7 +31,10 @@ jobs:
2931
php: 8.0
3032
- laravel: 11.*
3133
php: 8.1
32-
34+
- laravel: 12.*
35+
php: 8.0
36+
- laravel: 12.*
37+
php: 8.1
3338
steps:
3439
- name: Checkout code
3540
uses: actions/checkout@v3

0 commit comments

Comments
 (0)