Skip to content

Commit 30d17ce

Browse files
committed
[chore] update workflow
1 parent 22957b7 commit 30d17ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
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

0 commit comments

Comments
 (0)