Skip to content

Commit

Permalink
Merge fa66056 into bb8ebd4
Browse files Browse the repository at this point in the history
  • Loading branch information
mpyw committed Mar 4, 2020
2 parents bb8ebd4 + fa66056 commit 68d8356
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php

matrix:
exclude:
- env: LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
php: 7.1
- env: LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
php: 7.1

Expand All @@ -17,8 +19,9 @@ cache:
- $HOME/.composer/cache

env:
- LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
- LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
- LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
- LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*

before_script:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^5.0",
"friendsofphp/php-cs-fixer": "^2.14",
"php-coveralls/php-coveralls": "^2.1",
"mockery/mockery": "^1.3"
Expand Down

0 comments on commit 68d8356

Please sign in to comment.