Skip to content

Commit 7b4cfcc

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 030f8a2 commit 7b4cfcc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [8.3, 8.2, 8.1]
17-
laravel: ['8.*', '9.*', '10.*', '11.*']
17+
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
1818
include:
1919
- laravel: 10.*
2020
testbench: 8.*
@@ -24,9 +24,13 @@ jobs:
2424
testbench: 6.*
2525
- laravel: 11.*
2626
testbench: 9.*
27+
- laravel: 12.*
28+
testbench: 10.*
2729
exclude:
2830
- laravel: 11.*
2931
php: 8.1
32+
- laravel: 12.*
33+
php: 8.1
3034

3135
steps:
3236
- name: Checkout code

0 commit comments

Comments
 (0)