File tree 2 files changed +14
-10
lines changed
2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 14
14
15
15
env :
16
16
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"
18
20
- SERVER_DISTRO=ubuntu1604
19
21
- SERVER_VERSION=4.2.0
20
22
- DEPLOYMENT=STANDALONE
@@ -112,17 +114,19 @@ jobs:
112
114
env :
113
115
- DEPLOYMENT=SHARDED_CLUSTER_RS
114
116
117
+ # TODO: re-enable once v1.7 has been branched in PHPC
115
118
# 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 "
120
123
124
+ # TODO: re-enable once v1.7 has been branched in PHPC
121
125
# 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"
126
130
127
131
before_install :
128
132
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
Original file line number Diff line number Diff line change 13
13
"php" : " ^5.6 || ^7.0" ,
14
14
"ext-hash" : " *" ,
15
15
"ext-json" : " *" ,
16
- "ext-mongodb" : " ^1.6 "
16
+ "ext-mongodb" : " ^1.7 "
17
17
},
18
18
"require-dev" : {
19
19
"phpunit/phpunit" : " ^5.7.27 || ^6.4 || ^8.3" ,
You can’t perform that action at this time.
0 commit comments