Test against stable and upcoming driver releases

parent f2ddea4f
...@@ -23,8 +23,6 @@ cache: ...@@ -23,8 +23,6 @@ cache:
env: env:
global: global:
- DRIVER_VERSION=1.7.0 - DRIVER_VERSION=1.7.0
# TODO: remove once a 1.7 driver release has been tagged
- DRIVER_BRANCH="master"
- SERVER_DISTRO=enterprise-ubuntu1604 - SERVER_DISTRO=enterprise-ubuntu1604
- SERVER_VERSION=4.2.0 - SERVER_VERSION=4.2.0
- DEPLOYMENT=STANDALONE - DEPLOYMENT=STANDALONE
...@@ -122,19 +120,17 @@ jobs: ...@@ -122,19 +120,17 @@ jobs:
env: env:
- DEPLOYMENT=SHARDED_CLUSTER_RS - DEPLOYMENT=SHARDED_CLUSTER_RS
# TODO: re-enable once v1.7 has been branched in PHPC
# Test next patch release for driver # Test next patch release for driver
# - stage: Test - stage: Test
# php: "7.3" php: "7.3"
# env: env:
# - DRIVER_BRANCH="v1.7" - DRIVER_BRANCH="v1.7"
# TODO: re-enable once v1.7 has been branched in PHPC
# Test next minor release for driver # Test next minor release for driver
# - stage: Test - stage: Test
# php: "7.3" php: "7.3"
# env: env:
# - DRIVER_BRANCH="master" - DRIVER_BRANCH="master"
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`
......
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