Skip to content

Commit 97da4a7

Browse files
authored
Update run-tests.yml
1 parent ab29100 commit 97da4a7

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,13 +10,13 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.3, 8.2]
13-
laravel: [9.*, 10.*]
13+
laravel: [10.*, 11.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 9.*
17-
testbench: 7.*
1816
- laravel: 10.*
1917
testbench: 8.*
18+
- laravel: 11.*
19+
testbench: 9.*
2020

2121
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2222

0 commit comments

Comments
 (0)