Skip to content

Commit aec8bf2

Browse files
authored
Support Laravel 12
1 parent fc17495 commit aec8bf2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
php: [8.2, 8.1, 8.0]
25-
laravel: ['9.*', '10.*', '11.*']
24+
php: [8.4, 8.38.2, 8.1, 8.0]
25+
laravel: ['9.*', '10.*', '11.*', '12.*']
2626
dependency-version: [prefer-stable]
2727
exclude:
2828
- laravel: 10.*
@@ -31,6 +31,10 @@ jobs:
3131
php: 8.1
3232
- laravel: 11.*
3333
php: 8.0
34+
- laravel: 12.*
35+
php: 8.1
36+
- laravel: 12.*
37+
php: 8.0
3438

3539
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3640

0 commit comments

Comments
 (0)