File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 2323env :
2424 global :
2525 - DRIVER_VERSION=1.7.0
26- # TODO: remove once a 1.7 driver release has been tagged
27- - DRIVER_BRANCH="master"
2826 - SERVER_DISTRO=enterprise-ubuntu1604
2927 - SERVER_VERSION=4.2.0
3028 - DEPLOYMENT=STANDALONE
@@ -122,19 +120,17 @@ jobs:
122120 env :
123121 - DEPLOYMENT=SHARDED_CLUSTER_RS
124122
125- # TODO: re-enable once v1.7 has been branched in PHPC
126123 # Test next patch release for driver
127- # - stage: Test
128- # php: "7.3"
129- # env:
130- # - DRIVER_BRANCH="v1.7"
124+ - stage : Test
125+ php : " 7.3"
126+ env :
127+ - DRIVER_BRANCH="v1.7"
131128
132- # TODO: re-enable once v1.7 has been branched in PHPC
133129 # Test next minor release for driver
134- # - stage: Test
135- # php: "7.3"
136- # env:
137- # - DRIVER_BRANCH="master"
130+ - stage : Test
131+ php : " 7.3"
132+ env :
133+ - DRIVER_BRANCH="master"
138134
139135before_install :
140136 - pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
You can’t perform that action at this time.
0 commit comments