File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1111 tags :
1212 - ' v[0-9]+\.[0-9]+\.[0-9]+*'
1313env :
14- MONGODB_3_6 : 3.6.13
15- MONGODB_4_0 : 4.0.13
14+ MONGODB_3_6 : 3.6.14
15+ MONGODB_4_0 : 4.0.23
1616 MONGODB_4_2 : 4.2.12
1717 MONGODB_4_4 : 4.4.4
1818
Original file line number Diff line number Diff line change 22
33MONGODB=$1
44
5+ # Mongo > 4.0 follows different name convention for download links
56mongo_build=mongodb-linux-x86_64-${MONGODB}
7+
8+ if [[ " $MONGODB " == * " 4." * ]] && [[ ! " $MONGODB " == * " 4.0" * ]]; then
9+ echo " It's there."
10+ mongo_build=mongodb-linux-x86_64-ubuntu2004-v${MONGODB} -latest
11+ fi
12+
613wget http://fastdl.mongodb.org/linux/$mongo_build .tgz
714tar xzf $mongo_build .tgz
815${PWD} /$mongo_build /bin/mongod --version
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Development
77===========
88- (Fill this out as you fix issues and develop your features).
99- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
10- - Add MongoDB 4.4 to CI
10+ - Add MongoDB 4.2 and 4. 4 to CI
1111
1212Changes in 0.22.1
1313=================
You can’t perform that action at this time.
0 commit comments