File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest, windows-latest]
1212 php : [7.4]
13- laravel : [8.*]
13+ laravel : [8.*, 7.* ]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 include :
1616 - laravel : 8.*
1717 testbench : 6.*
18+ - laravel : 7.*
19+ testbench : 5.*
1820
1921 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2022
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " ^7.4" ,
22- "illuminate/console" : " ^8.0" ,
23- "illuminate/pagination" : " ^8.0" ,
24- "illuminate/support" : " ^8.0" ,
25- "spatie/laravel-dashboard" : " ^2.0" ,
22+ "illuminate/console" : " ^7.24|^ 8.0" ,
23+ "illuminate/pagination" : " ^7.24|^ 8.0" ,
24+ "illuminate/support" : " ^7.24|^ 8.0" ,
25+ "spatie/laravel-dashboard" : " ^1.0|^ 2.0" ,
2626 "stripe/stripe-php" : " ^7.46"
2727 },
2828 "require-dev" : {
You can’t perform that action at this time.
0 commit comments