PHPLIB-504: Bump required MongoDB driver version to 1.7

parent 7eead743
......@@ -14,7 +14,9 @@ cache:
env:
global:
- DRIVER_VERSION=1.6.0
- DRIVER_VERSION=1.7.0
# TODO: remove once a 1.7 driver release has been tagged
- DRIVER_BRANCH="master"
- SERVER_DISTRO=ubuntu1604
- SERVER_VERSION=4.2.0
- DEPLOYMENT=STANDALONE
......@@ -112,17 +114,19 @@ jobs:
env:
- DEPLOYMENT=SHARDED_CLUSTER_RS
# TODO: re-enable once v1.7 has been branched in PHPC
# Test next patch release for driver
- stage: Test
php: "7.3"
env:
- DRIVER_BRANCH="v1.6"
# - stage: Test
# php: "7.3"
# env:
# - DRIVER_BRANCH="v1.7"
# TODO: re-enable once v1.7 has been branched in PHPC
# Test next minor release for driver
- stage: Test
php: "7.3"
env:
- DRIVER_BRANCH="master"
# - stage: Test
# php: "7.3"
# env:
# - DRIVER_BRANCH="master"
before_install:
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
......
......@@ -13,7 +13,7 @@
"php": "^5.6 || ^7.0",
"ext-hash": "*",
"ext-json": "*",
"ext-mongodb": "^1.6"
"ext-mongodb": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3",
......
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