Skip to content

Commit ebc4df7

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent 48bea21 commit ebc4df7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [8.3, 8.2, 8.1]
15-
laravel: [9.*, 10.*, 11.*]
15+
laravel: ['9.*', '10.*', '11.*', '12.*']
1616
stability: [prefer-lowest, prefer-stable]
1717
include:
1818
- laravel: 11.*
@@ -21,13 +21,15 @@ jobs:
2121
testbench: 8.*
2222
- laravel: 9.*
2323
testbench: ^7.19
24+
- laravel: 12.*
25+
testbench: 10.*
2426
exclude:
25-
# Laravel 11 doesn't support PHP 8.1
2627
- laravel: 11.*
2728
php: 8.1
28-
# Laravel 9 doesn't support PHP 8.3
2929
- laravel: 10.*
3030
php: 8.3
31+
- laravel: 12.*
32+
php: 8.1
3133

3234
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
3335

0 commit comments

Comments
 (0)