Skip to content

Commit 8e9c0d5

Browse files
committed
Require 1.8.x-dev for ext-mongodb
1 parent 9150bd7 commit 8e9c0d5

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.travis.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ cache:
2222

2323
env:
2424
global:
25-
- DRIVER_VERSION=1.7.0
25+
- DRIVER_VERSION=1.8.0
26+
# Todo: Remove when v1.8 has been branched
27+
- DRIVER_BRANCH="master"
2628
- SERVER_DISTRO=enterprise-ubuntu1604
2729
- SERVER_VERSION=4.2.0
2830
- DEPLOYMENT=STANDALONE
@@ -125,16 +127,18 @@ jobs:
125127
- DEPLOYMENT=SHARDED_CLUSTER_RS
126128

127129
# Test next patch release for driver
128-
- stage: Test
129-
php: "7.3"
130-
env:
131-
- DRIVER_BRANCH="v1.7"
130+
# Todo: enable when v1.8 has been branched
131+
# - stage: Test
132+
# php: "7.3"
133+
# env:
134+
# - DRIVER_BRANCH="v1.8"
132135

133136
# Test next minor release for driver
134-
- stage: Test
135-
php: "7.3"
136-
env:
137-
- DRIVER_BRANCH="master"
137+
# Todo: enable when v1.8 has been branched
138+
# - stage: Test
139+
# php: "7.3"
140+
# env:
141+
# - DRIVER_BRANCH="master"
138142

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

composer.json

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

0 commit comments

Comments
 (0)