File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.0, 8. 1, 8.2]
17
- laravel : [9.*]
16
+ php : [8.1, 8.2]
17
+ laravel : [9.*, 10.* ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
+ - laravel : 10.*
21
+ testbench : 8.*
20
22
- laravel : 9.*
21
23
testbench : 7.*
22
24
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.0|^8. 1|^8.2" ,
19
+ "php" : " ^8.1|^8.2" ,
20
20
"guzzlehttp/guzzle" : " ^7.4" ,
21
- "illuminate/contracts" : " ^9.0" ,
21
+ "illuminate/contracts" : " ^9.0|^10.0 " ,
22
22
"spatie/laravel-package-tools" : " ^1.9.2" ,
23
23
"spatie/temporary-directory" : " ^2.1"
24
24
},
25
25
"require-dev" : {
26
- "nesbot/carbon" : " ^2.63 " ,
26
+ "nesbot/carbon" : " ^2.66 " ,
27
27
"nunomaduro/collision" : " ^6.0" ,
28
- "orchestra/testbench" : " ^7.0" ,
28
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
29
29
"pestphp/pest" : " ^1.21" ,
30
30
"pestphp/pest-plugin-laravel" : " ^1.1" ,
31
31
"phpunit/phpunit" : " ^9.5"
54
54
},
55
55
"minimum-stability" : " dev" ,
56
56
"prefer-stable" : true
57
- }
57
+ }
You can’t perform that action at this time.
0 commit comments