Skip to content

Commit ef3a503

Browse files
committed
wip
1 parent 5332cfd commit ef3a503

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest, windows-latest]
2424
php: [8.4, 8.3]
25-
laravel: [12.*, 11.*, 10.*]
25+
laravel: [12.*, 11.*]
2626
stability: [prefer-lowest, prefer-stable]
2727
include:
2828
- laravel: 12.*
2929
testbench: 10.*
3030
- laravel: 11.*
3131
testbench: 9.*
32-
- laravel: 10.*
33-
testbench: 8.*
3432
exclude:
3533
- laravel: 10.*
3634
php: 8.4

0 commit comments

Comments
 (0)