Skip to content

Commit b8dda5a

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent b6d0d0f commit b8dda5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [8.4, 8.3, 8.2, 8.1]
15-
laravel: ['9.*', '10.*', '11.*']
15+
laravel: ['9.*', '10.*', '11.*', '12.*']
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
include:
1818
- laravel: 10.*
@@ -21,9 +21,13 @@ jobs:
2121
testbench: 7.*
2222
- laravel: 11.*
2323
testbench: 9.*
24+
- laravel: 12.*
25+
testbench: 10.*
2426
exclude:
2527
- laravel: 11.*
2628
php: 8.1
29+
- laravel: 12.*
30+
php: 8.1
2731

2832
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2933

0 commit comments

Comments
 (0)