Skip to content

Commit 4847690

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 5b9e593 commit 4847690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest]
1414
php: [8.2]
15-
laravel: ['10.*', '11.*']
15+
laravel: ['10.*', '11.*', '12.*']
1616
stability: [prefer-lowest, prefer-stable]
1717

1818
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)