Skip to content

Commit 9aa4c74

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 83129e3 commit 9aa4c74

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest]
1515
php: [8.0, 8.1, 8.2]
16-
laravel: ['8.*', '9.*', '10.*', '11.*']
16+
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
1717
stability: [prefer-stable]
1818
exclude:
1919
- php: 8.0
@@ -24,6 +24,10 @@ jobs:
2424
php: 8.0
2525
- laravel: 11.*
2626
php: 8.1
27+
- laravel: 12.*
28+
php: 8.0
29+
- laravel: 12.*
30+
php: 8.1
2731
include:
2832
- laravel: 10.*
2933
testbench: 8.*
@@ -33,6 +37,8 @@ jobs:
3337
testbench: 6.23
3438
- laravel: 11.*
3539
testbench: 9.*
40+
- laravel: 12.*
41+
testbench: 10.*
3642

3743
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3844

0 commit comments

Comments
 (0)