Skip to content

Commit 49955ce

Browse files
committed
Update GitHub Actions for Laravel 12
1 parent b860da9 commit 49955ce

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
@@ -17,16 +17,20 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest]
1919
php: [8.4, 8.3, 8.2, 8.1]
20-
laravel: ['10.*', '11.*']
20+
laravel: ['10.*', '11.*', '12.*']
2121
stability: [prefer-lowest, prefer-stable]
2222
include:
2323
- laravel: 10.*
2424
testbench: 8.*
2525
- laravel: 11.*
2626
testbench: 9.*
27+
- laravel: 12.*
28+
testbench: 10.*
2729
exclude:
2830
- laravel: 11.*
2931
php: 8.1
32+
- laravel: 12.*
33+
php: 8.1
3034

3135
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3236

0 commit comments

Comments
 (0)