Skip to content

Commit 7f8db81

Browse files
authored
Update run-tests.yml
1 parent 29df0ec commit 7f8db81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
1212
php: [8.2,8.3,8.4]
13-
laravel: [9.*,10.*,11.*]
13+
laravel: [10.*,11.*,12.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 9.*
17-
testbench: 7.*
1816
- laravel: 10.*
1917
testbench: 8.*
2018
- laravel: 11.*
2119
testbench: 9.*
20+
- laravel: 12.*
21+
testbench: 10.*
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2424

0 commit comments

Comments
 (0)