Skip to content

Commit e29dd88

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent cad2feb commit e29dd88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,20 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest]
1414
php: [8.1, '8.2']
15-
laravel: ['10.*', '11.*']
15+
laravel: ['10.*', '11.*', '12.*']
1616
stability: [prefer-lowest, prefer-stable]
1717
include:
1818
- laravel: 10.*
1919
testbench: 8.*
2020
- laravel: 11.*
2121
testbench: 9.*
22+
- laravel: 12.*
23+
testbench: 10.*
2224
exclude:
2325
- laravel: 11.*
2426
php: 8.1
27+
- laravel: 12.*
28+
php: 8.1
2529

2630
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2731

0 commit comments

Comments
 (0)