Skip to content

Commit 9c419a3

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent ca447f9 commit 9c419a3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
1515
php: [8.2, 8.1, 8.0, 7.4, 7.3]
16-
laravel: ['7.*', '8.*', '9.*', '10.*', '11.*']
16+
laravel: ['7.*', '8.*', '9.*', '10.*', '11.*', '12.*']
1717
dependency-version: [prefer-stable]
1818
include:
1919
- laravel: 10.*
@@ -26,6 +26,8 @@ jobs:
2626
testbench: 5.*
2727
- laravel: 11.*
2828
testbench: 9.*
29+
- laravel: 12.*
30+
testbench: 10.*
2931
exclude:
3032
- laravel: 10.*
3133
php: 8.0
@@ -49,6 +51,14 @@ jobs:
4951
php: 7.4
5052
- laravel: 11.*
5153
php: 7.3
54+
- laravel: 12.*
55+
php: 8.1
56+
- laravel: 12.*
57+
php: 8.0
58+
- laravel: 12.*
59+
php: 7.4
60+
- laravel: 12.*
61+
php: 7.3
5262

5363
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
5464

0 commit comments

Comments
 (0)