Skip to content

Commit 8567a31

Browse files
committed
PHPLIB-504: Bump required MongoDB driver version to 1.7
1 parent 7eead74 commit 8567a31

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.travis.yml

+13-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ cache:
1414

1515
env:
1616
global:
17-
- DRIVER_VERSION=1.6.0
17+
- DRIVER_VERSION=1.7.0
18+
# TODO: remove once a 1.7 driver release has been tagged
19+
- DRIVER_BRANCH="master"
1820
- SERVER_DISTRO=ubuntu1604
1921
- SERVER_VERSION=4.2.0
2022
- DEPLOYMENT=STANDALONE
@@ -112,17 +114,19 @@ jobs:
112114
env:
113115
- DEPLOYMENT=SHARDED_CLUSTER_RS
114116

117+
# TODO: re-enable once v1.7 has been branched in PHPC
115118
# Test next patch release for driver
116-
- stage: Test
117-
php: "7.3"
118-
env:
119-
- DRIVER_BRANCH="v1.6"
119+
# - stage: Test
120+
# php: "7.3"
121+
# env:
122+
# - DRIVER_BRANCH="v1.7"
120123

124+
# TODO: re-enable once v1.7 has been branched in PHPC
121125
# Test next minor release for driver
122-
- stage: Test
123-
php: "7.3"
124-
env:
125-
- DRIVER_BRANCH="master"
126+
# - stage: Test
127+
# php: "7.3"
128+
# env:
129+
# - DRIVER_BRANCH="master"
126130

127131
before_install:
128132
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^5.6 || ^7.0",
1414
"ext-hash": "*",
1515
"ext-json": "*",
16-
"ext-mongodb": "^1.6"
16+
"ext-mongodb": "^1.7"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3",

0 commit comments

Comments
 (0)