Skip to content

Commit ed47e9d

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent f13aef8 commit ed47e9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
1919
php: [8.4, 8.3, 8.2]
20-
laravel: ['11.*', '10.*']
20+
laravel: ['10.*', '11.*', '12.*']
2121
dependency-version: [prefer-stable]
2222
include:
2323
- laravel: 11.*
2424
testbench: 9.*
2525
- laravel: 10.*
2626
testbench: 8.*
27+
- laravel: 12.*
28+
testbench: 10.*
2729

2830
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2931

0 commit comments

Comments
 (0)