File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1111matrix :
1212 fast_finish : true
1313 include :
14- - php : 7.2
15- env : LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
1614 - php : 7.2
1715 env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
16+ - php : 7.2
17+ env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
1818
19- - php : 7.3
20- env : LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
2119 - php : 7.3
2220 env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
21+ - php : 7.3
22+ env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
2323
24- - php : 7.4
25- env : LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
2624 - php : 7.4
2725 env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
26+ - php : 7.4
27+ env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
2828
2929before_install :
3030 - travis_retry composer self-update
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " ^7.2" ,
22- "illuminate/contracts" : " 5.8.*|^6 .0" ,
23- "illuminate/http" : " 5.8.*|^6 .0" ,
24- "illuminate/support" : " 5.8.*|^6 .0"
22+ "illuminate/contracts" : " ^6.0|^7 .0" ,
23+ "illuminate/http" : " ^6.0|^7 .0" ,
24+ "illuminate/support" : " ^6.0|^7 .0"
2525 },
2626 "require-dev" : {
27- "orchestra/testbench" : " 3.8.*|^4 .0" ,
28- "phpunit/phpunit" : " ^7.0|^ 8.0"
27+ "orchestra/testbench" : " ^4.0|^5 .0" ,
28+ "phpunit/phpunit" : " ^8.0"
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments