Test against MongoDB 4.2 stable

parent a6b86d5c
...@@ -16,7 +16,7 @@ env: ...@@ -16,7 +16,7 @@ env:
global: global:
- DRIVER_VERSION=1.6.0alpha3 - DRIVER_VERSION=1.6.0alpha3
- SERVER_DISTRO=ubuntu1604 - SERVER_DISTRO=ubuntu1604
- SERVER_VERSION=4.0.10 - SERVER_VERSION=4.2.0
- DEPLOYMENT=STANDALONE - DEPLOYMENT=STANDALONE
- COMPOSER_OPTIONS= - COMPOSER_OPTIONS=
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
env: env:
- COMPOSER_OPTIONS=--prefer-lowest - COMPOSER_OPTIONS=--prefer-lowest
# Test older standalone server versions (3.0-3.6) # Test older standalone server versions (3.0-4.0)
- stage: Test - stage: Test
php: "7.0" php: "7.0"
dist: trusty dist: trusty
...@@ -66,6 +66,10 @@ jobs: ...@@ -66,6 +66,10 @@ jobs:
php: "7.0" php: "7.0"
env: env:
- SERVER_VERSION=3.6.13 - SERVER_VERSION=3.6.13
- stage: Test
php: "7.3"
env:
- SERVER_VERSION=4.0.12
# Test other server configurations # Test other server configurations
- stage: Test - stage: Test
...@@ -94,13 +98,6 @@ jobs: ...@@ -94,13 +98,6 @@ jobs:
env: env:
- DEPLOYMENT=SHARDED_CLUSTER_RS - DEPLOYMENT=SHARDED_CLUSTER_RS
# Test upcoming server versions
- stage: Test
php: "7.3"
env:
- SERVER_VERSION=4.2.0-rc1
- DEPLOYMENT=REPLICASET
before_install: before_install:
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami` - pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
- export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION} - export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment