Skip to content

Commit cbffb03

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 8d8e827 commit cbffb03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
1515
php: [8.1, 8.2, 8.3]
16-
laravel: ['10.*', '11.*']
16+
laravel: ['10.*', '11.*', '12.*']
1717
stability: [prefer-stable]
1818
exclude:
1919
- laravel: 11.*
2020
php: 8.1
21+
- laravel: 12.*
22+
php: 8.1
2123

2224
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2325

0 commit comments

Comments
 (0)