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 @@ -27,6 +27,8 @@ matrix:
2727 env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
2828 - php : 7.4
2929 env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
30+ - php : 7.4
31+ env : LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
3032
3133before_install :
3234 - travis_retry composer self-update
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " ^7.2" ,
25- "illuminate/container" : " ^6.0|^7.0" ,
26- "illuminate/console" : " ^6.0|^7.0" ,
27- "illuminate/contracts" : " ^6.0|^7.0" ,
28- "illuminate/database" : " ^6.0|^7.0" ,
29- "illuminate/support" : " ^6.0|^7.0"
25+ "illuminate/container" : " ^6.0|^7.0|^8.0 " ,
26+ "illuminate/console" : " ^6.0|^7.0|^8.0 " ,
27+ "illuminate/contracts" : " ^6.0|^7.0|^8.0 " ,
28+ "illuminate/database" : " ^6.0|^7.0|^8.0 " ,
29+ "illuminate/support" : " ^6.0|^7.0|^8.0 "
3030 },
3131 "require-dev" : {
3232 "orchestra/testbench" : " ^4.0|^5.0" ,
You can’t perform that action at this time.
0 commit comments