File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,20 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.2, 8.1, 8.0, 7.4]
13
- laravel : [9.*, 8.*]
13
+ laravel : [9.*, 8.*, 10.* ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
+ - laravel : 10.*
17
+ testbench : ^8.0
16
18
- laravel : 9.*
17
19
testbench : ^7.0
18
20
- laravel : 8.*
19
21
testbench : ^6.23
20
22
exclude :
23
+ - laravel : 10.*
24
+ php : 8.0
25
+ - laravel : 10.*
26
+ php : 7.4
21
27
- laravel : 9.*
22
28
php : 7.4
23
29
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.4|^8.0" ,
20
- "illuminate/contracts" : " ^8.73|^9.0" ,
21
- "illuminate/http" : " ^8.73|^9.0" ,
22
- "illuminate/support" : " ^8.73|^9.0"
20
+ "illuminate/contracts" : " ^8.73|^9.0|^10.0 " ,
21
+ "illuminate/http" : " ^8.73|^9.0|^10.0 " ,
22
+ "illuminate/support" : " ^8.73|^9.0|^10.0 "
23
23
},
24
24
"require-dev" : {
25
- "orchestra/testbench" : " ^6.23|^7.0" ,
25
+ "orchestra/testbench" : " ^6.23|^7.0|^8.0 " ,
26
26
"phpunit/phpunit" : " ^9.5"
27
27
},
28
28
"autoload" : {
50
50
},
51
51
"minimum-stability" : " dev" ,
52
52
"prefer-stable" : true
53
- }
53
+ }
You can’t perform that action at this time.
0 commit comments