Skip to content

Commit 0bb2e7f

Browse files
authored
Test against Laravel 12
1 parent 00ac842 commit 0bb2e7f

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
@@ -10,13 +10,15 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.4, 8.3, 8.2]
13-
laravel: [10.*, 11.*]
13+
laravel: [10.*, 11.*, 12.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 10.*
1717
testbench: 8.*
1818
- laravel: 11.*
1919
testbench: 9.*
20+
- laravel: 12.*
21+
testbench: 10.*
2022

2123
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2224

0 commit comments

Comments
 (0)