Skip to content

Commit 4de2bd6

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 0f2280c commit 4de2bd6

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.2, 8.1, 8.0]
16-
laravel: ['8.*', '9.*', '10.*', '11.*']
16+
laravel: ['8.*', '9.*', '10.*', '11.*', '12.*']
1717
dependency-version: [prefer-stable]
1818
include:
1919
- laravel: 10.*
@@ -24,6 +24,8 @@ jobs:
2424
testbench: 6.*
2525
- laravel: 11.*
2626
testbench: 9.*
27+
- laravel: 12.*
28+
testbench: 10.*
2729
exclude:
2830
- laravel: 10.*
2931
php: 8.0
@@ -41,6 +43,10 @@ jobs:
4143
php: 8.1
4244
- laravel: 11.*
4345
php: 8.0
46+
- laravel: 12.*
47+
php: 8.1
48+
- laravel: 12.*
49+
php: 8.0
4450

4551
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
4652

0 commit comments

Comments
 (0)