File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,20 @@ matrix:
2525 env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
2626 - php : 7.4
2727 env : LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
28+
29+ - php : 7.4
30+ env : LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~8.0
31+ - php : 7.4
32+ env : LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0
33+
34+ - php : 8.0
35+ env : LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0
2836
2937before_install :
3038 - travis_retry composer self-update
3139 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
3240 - chmod +x ./cc-test-reporter
3341 - ./cc-test-reporter before-build
34- - composer global require hirak/prestissimo --update-no-dev
3542
3643install :
3744 - composer require "illuminate/http:${LARAVEL_VERSION}" --no-update --no-interaction --prefer-dist
You can’t perform that action at this time.
0 commit comments