PHPLIB-504: Bump required MongoDB driver version to 1.7

parent 7eead743
...@@ -14,7 +14,9 @@ cache: ...@@ -14,7 +14,9 @@ cache:
env: env:
global: 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_DISTRO=ubuntu1604
- SERVER_VERSION=4.2.0 - SERVER_VERSION=4.2.0
- DEPLOYMENT=STANDALONE - DEPLOYMENT=STANDALONE
...@@ -112,17 +114,19 @@ jobs: ...@@ -112,17 +114,19 @@ 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.6" # - 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`
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"php": "^5.6 || ^7.0", "php": "^5.6 || ^7.0",
"ext-hash": "*", "ext-hash": "*",
"ext-json": "*", "ext-json": "*",
"ext-mongodb": "^1.6" "ext-mongodb": "^1.7"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3", "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