File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,16 @@ jobs:
2525 php : 7.1
2626 - laravel : 5.6.*
2727 php : 8.0
28+ - laravel : 5.6.*
29+ dependency-version : prefer-lowest
2830 - laravel : 5.7.*
2931 php : 8.0
32+ - laravel : 5.7.*
33+ dependency-version : prefer-lowest
3034 - laravel : 5.8.*
3135 php : 8.0
36+ - laravel : 5.8.*
37+ dependency-version : prefer-lowest
3238
3339 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }} (${{ matrix.dependency-version }})
3440
Original file line number Diff line number Diff line change 1212 "prefer-stable" : true ,
1313 "require" : {
1414 "php" : " ^7.1.3|^8.0" ,
15- "illuminate/contracts" : " ^ 5.6|^6.0" ,
16- "illuminate/http" : " ^ 5.6|^6.0" ,
15+ "illuminate/contracts" : " ~ 5.6.40|~5.7.29|~5.8.38 |^6.0" ,
16+ "illuminate/http" : " ~ 5.6.40|~5.7.29|~5.8.38 |^6.0" ,
1717 "s1lentium/iptools" : " ^1.1"
1818 },
1919 "require-dev" : {
You can’t perform that action at this time.
0 commit comments