Skip to content

Commit 6fd8450

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent df3a4a0 commit 6fd8450

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest]
1919
php: [8.2, 8.1]
20-
laravel: ['9.*', '10.*', '11.*']
20+
laravel: ['9.*', '10.*', '11.*', '12.*']
2121
stability: [prefer-stable]
2222
include:
2323
- laravel: 10.*
@@ -26,9 +26,13 @@ jobs:
2626
testbench: 7.*
2727
- laravel: 11.*
2828
testbench: 9.*
29+
- laravel: 12.*
30+
testbench: 10.*
2931
exclude:
3032
- laravel: 11.*
3133
php: 8.1
34+
- laravel: 12.*
35+
php: 8.1
3236

3337
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3438

0 commit comments

Comments
 (0)