File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ jobs:
1616 fail-fast : false
1717 matrix :
1818 php : [ 7.3, 7.4, 8.0, 8.1 ]
19- laravel : [ 7.*, 8.*, 9.* , 10.*]
19+ laravel : [ 8.*, 9.* , 10.*]
2020 dependency-version : [ prefer-lowest, prefer-stable ]
2121 include :
2222 - laravel : 10.*
2323 testbench : 8.*
24- - laravel : 7.*
25- testbench : 5.*
2624
2725 - laravel : 8.*
2826 testbench : 6.*
4341 - laravel : 9.*
4442 php : 7.4
4543
46- - laravel : 7.*
47- php : 8.1
48-
4944 - laravel : 8.*
5045 php : 8.1
5146 dependency-version : prefer-lowest
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^7.3|^8.0" ,
20- "illuminate/support" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
21- "illuminate/console" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
22- "illuminate/http" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
23- "illuminate/cache" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
24- "illuminate/view" : " ^7.26.0|^ 8.0|^9.0|^10.0" ,
20+ "illuminate/support" : " ^8.0|^9.0|^10.0" ,
21+ "illuminate/console" : " ^8.0|^9.0|^10.0" ,
22+ "illuminate/http" : " ^8.0|^9.0|^10.0" ,
23+ "illuminate/cache" : " ^8.0|^9.0|^10.0" ,
24+ "illuminate/view" : " ^8.0|^9.0|^10.0" ,
2525 "guzzlehttp/guzzle" : " ^7.2" ,
2626 "ramsey/uuid" : " ^3.7|^4.0"
2727 },
You can’t perform that action at this time.
0 commit comments