Skip to content

Commit 4a0761d

Browse files
committed
Drop L9 support
1 parent 611e14e commit 4a0761d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ ubuntu-latest ]
16-
php: [ 8.2, 8.1, 8.0 ]
17-
laravel: [ 9.*, 10.* ]
16+
php: [ 8.2, 8.1 ]
17+
laravel: [ 10.* ]
1818
stability: [ prefer-lowest, prefer-stable ]
1919
include:
20-
- laravel: 9.*
21-
testbench: ^7
2220
- laravel: 10.*
2321
testbench: ^8
2422

0 commit comments

Comments
 (0)