File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,20 @@ matrix:
25
25
env : LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
26
26
- php : 7.4
27
27
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
28
36
29
37
before_install :
30
38
- travis_retry composer self-update
31
39
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
32
40
- chmod +x ./cc-test-reporter
33
41
- ./cc-test-reporter before-build
34
- - composer global require hirak/prestissimo --update-no-dev
35
42
36
43
install :
37
44
- composer require "illuminate/http:${LARAVEL_VERSION}" --no-update --no-interaction --prefer-dist
You can’t perform that action at this time.
0 commit comments