Skip to content

Commit b8cb299

Browse files
committedMar 2, 2025
update run-tests.yml
1 parent e3bfd49 commit b8cb299

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

Diff for: ‎.github/workflows/run-tests.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,16 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
2222
php: [8.1, 8.2, 8.3]
23-
laravel: [9.*, 10.*, 11.*, 12.*]
23+
laravel: [10.*, 11.*, 12.*]
2424
stability: [prefer-lowest, prefer-stable]
2525
include:
26-
- laravel: 9.*
27-
testbench: 7.*
2826
- laravel: 10.*
2927
testbench: 8.*
3028
- laravel: 11.*
3129
testbench: 9.*
3230
- laravel: 12.*
3331
testbench: 10.*
3432
exclude:
35-
- laravel: 9.*
36-
php: 8.2
37-
- laravel: 9.*
38-
php: 8.3
3933
- laravel: 11.*
4034
php: 8.1
4135
- laravel: 12.*

0 commit comments

Comments
 (0)