Skip to content

Commit

Permalink
Add build stages for MongoDB 3.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 23, 2019
1 parent 75f7be3 commit d43fcda
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,20 @@ env:
- ADAPTER_VERSION="^1.0.0"
- SERVER_DISTRO=ubuntu1604
- SERVER_VERSION=4.2.0
matrix:
- SERVER_VERSION="3.0.15"
- SERVER_VERSION="3.2.22"
- SERVER_VERSION="3.4.23"
- SERVER_VERSION="3.6.14"
- SERVER_VERSION="4.0.12"
- SERVER_VERSION="4.2.0"

jobs:
include:
# Test against lowest dependencies, including driver and server versions
- stage: Test
php: 5.6
env: DRIVER_VERSION="1.6.7" COMPOSER_FLAGS="--prefer-lowest" SERVER_VERSION="3.6.14"

# Test against MongoDB 4.0
- stage: Test
php: 7.3
env: SERVER_VERSION="4.0.12"
env: DRIVER_VERSION="1.6.7" COMPOSER_FLAGS="--prefer-lowest" SERVER_VERSION="3.0.15"

# Test sharded cluster functionality
- stage: Test
Expand Down

0 comments on commit d43fcda

Please sign in to comment.