Skip to content

Commit 65e25e5

Browse files
Update .travis.yml
1 parent 1c4d05a commit 65e25e5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: .travis.yml

+8-1
Original file line numberDiff line numberDiff 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

2937
before_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

3643
install:
3744
- composer require "illuminate/http:${LARAVEL_VERSION}" --no-update --no-interaction --prefer-dist

0 commit comments

Comments
 (0)