We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run-tests.yml
1 parent e3bfd49 commit b8cb299Copy full SHA for b8cb299
.github/workflows/run-tests.yml
@@ -20,22 +20,16 @@ jobs:
20
matrix:
21
os: [ubuntu-latest, windows-latest]
22
php: [8.1, 8.2, 8.3]
23
- laravel: [9.*, 10.*, 11.*, 12.*]
+ laravel: [10.*, 11.*, 12.*]
24
stability: [prefer-lowest, prefer-stable]
25
include:
26
- - laravel: 9.*
27
- testbench: 7.*
28
- laravel: 10.*
29
testbench: 8.*
30
- laravel: 11.*
31
testbench: 9.*
32
- laravel: 12.*
33
testbench: 10.*
34
exclude:
35
36
- php: 8.2
37
38
- php: 8.3
39
40
php: 8.1
41
0 commit comments