File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
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=~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
1814 - php : 7.3
1915 env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
2016 - php : 7.3
@@ -39,7 +35,6 @@ before_install:
3935 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
4036 - chmod +x ./cc-test-reporter
4137 - ./cc-test-reporter before-build
42- - composer global require hirak/prestissimo --update-no-dev
4338
4439install :
4540 - composer require "illuminate/container:${LARAVEL_VERSION}" --no-update --no-interaction --prefer-dist
Original file line number Diff line number Diff line change 2121 }
2222 ],
2323 "require" : {
24- "php" : " ^7.2 |^8.0" ,
24+ "php" : " ^7.3 |^8.0" ,
2525 "illuminate/container" : " ^6.0|^7.0|^8.0" ,
2626 "illuminate/console" : " ^6.0|^7.0|^8.0" ,
2727 "illuminate/contracts" : " ^6.0|^7.0|^8.0" ,
You can’t perform that action at this time.
0 commit comments