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 23
23
env :
24
24
global :
25
25
- DRIVER_VERSION=1.7.0
26
- # TODO: remove once a 1.7 driver release has been tagged
27
- - DRIVER_BRANCH="master"
28
26
- SERVER_DISTRO=enterprise-ubuntu1604
29
27
- SERVER_VERSION=4.2.0
30
28
- DEPLOYMENT=STANDALONE
@@ -122,19 +120,17 @@ jobs:
122
120
env :
123
121
- DEPLOYMENT=SHARDED_CLUSTER_RS
124
122
125
- # TODO: re-enable once v1.7 has been branched in PHPC
126
123
# 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"
131
128
132
- # TODO: re-enable once v1.7 has been branched in PHPC
133
129
# 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"
138
134
139
135
before_install :
140
136
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
You can’t perform that action at this time.
0 commit comments