Skip to content

Commit 387f7ed

Browse files
committed
L9 support
1 parent d4dbea2 commit 387f7ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.1]
17-
laravel: [8.*, 9.*]
17+
laravel: [8.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 8.*
2121
testbench: ^6.23
22-
- laravel: 9.*
23-
testbench: ^6.23
2422

2523
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2624

0 commit comments

Comments
 (0)