Skip to content

Commit 10ff83e

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 6e01328 commit 10ff83e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest]
1515
php: [8.2]
16-
laravel: ['10.*', '11.*']
16+
laravel: ['10.*', '11.*', '12.*']
1717
dependency-version: [prefer-stable]
1818

19-
2019
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2120

2221
steps:

0 commit comments

Comments
 (0)