Require 1.8.x-dev for ext-mongodb

parent 9150bd7d
...@@ -22,7 +22,9 @@ cache: ...@@ -22,7 +22,9 @@ cache:
env: env:
global: global:
- DRIVER_VERSION=1.7.0 - DRIVER_VERSION=1.8.0
# Todo: Remove when v1.8 has been branched
- 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
...@@ -125,16 +127,18 @@ jobs: ...@@ -125,16 +127,18 @@ jobs:
- DEPLOYMENT=SHARDED_CLUSTER_RS - DEPLOYMENT=SHARDED_CLUSTER_RS
# Test next patch release for driver # Test next patch release for driver
- stage: Test # Todo: enable when v1.8 has been branched
php: "7.3" # - stage: Test
env: # php: "7.3"
- DRIVER_BRANCH="v1.7" # env:
# - DRIVER_BRANCH="v1.8"
# Test next minor release for driver # Test next minor release for driver
- stage: Test # Todo: enable when v1.8 has been branched
php: "7.3" # - stage: Test
env: # php: "7.3"
- DRIVER_BRANCH="master" # env:
# - 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": "^7.0", "php": "^7.0",
"ext-hash": "*", "ext-hash": "*",
"ext-json": "*", "ext-json": "*",
"ext-mongodb": "^1.7" "ext-mongodb": "^1.8"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.4 || ^8.3", "phpunit/phpunit": "^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