Skip to content

Commit

Permalink
Add lowest dependencies for PHP 7.4 and 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Oct 31, 2020
1 parent 14af97c commit f633855
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,17 @@ matrix:
- php: 7.3
env:
- DEPS=lowest
- php: 7.4
env:
- DEPS=lowest
- php: 7.4
env:
- DEPS=latest
- php: nightly
env:
- DEPS=lowest
- COMPOSER_ARGS="--no-interaction --ignore-platform-reqs"
- SKIP_MONGODB=true # ext-mongodb does not build on php8 yet (https://github.com/mongodb/mongo-php-driver/issues/1161)
- php: nightly
env:
- DEPS=latest
Expand Down

0 comments on commit f633855

Please sign in to comment.