Skip to content

Commit c2a153c

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 96dd012 commit c2a153c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/php.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
max-parallel: 15
1313
matrix:
1414
php: ['7.4', '8.0', '8.1', '8.2']
15-
laravel: ['6.*', '7.*', '8.*', '9.*', '10.*', '11.*']
15+
laravel: ['6.*', '7.*', '8.*', '9.*', '10.*', '11.*', '12.*']
1616
exclude:
1717
- laravel: 6.*
1818
php: '8.0'
@@ -40,6 +40,12 @@ jobs:
4040
php: '8.0'
4141
- laravel: 11.*
4242
php: '8.1'
43+
- laravel: 12.*
44+
php: '7.4'
45+
- laravel: 12.*
46+
php: '8.0'
47+
- laravel: 12.*
48+
php: '8.1'
4349

4450
name: PHP ${{ matrix.php }} on Laravel ${{ matrix.laravel }}
4551

0 commit comments

Comments
 (0)