File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 22
22
23
23
env :
24
24
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"
26
28
- SERVER_DISTRO=enterprise-ubuntu1604
27
29
- SERVER_VERSION=4.2.0
28
30
- DEPLOYMENT=STANDALONE
@@ -125,16 +127,18 @@ jobs:
125
127
- DEPLOYMENT=SHARDED_CLUSTER_RS
126
128
127
129
# 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"
132
135
133
136
# 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"
138
142
139
143
before_install :
140
144
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
Original file line number Diff line number Diff line change 13
13
"php" : " ^7.0" ,
14
14
"ext-hash" : " *" ,
15
15
"ext-json" : " *" ,
16
- "ext-mongodb" : " ^1.7 "
16
+ "ext-mongodb" : " ^1.8 "
17
17
},
18
18
"require-dev" : {
19
19
"phpunit/phpunit" : " ^6.4 || ^8.3" ,
You can’t perform that action at this time.
0 commit comments