bump mongodb version in CI (#7272)

* bump mongodb version

* improved wording in changelog

* another mongodb bump

* rewording changelog

* added info to option docs
This commit is contained in:
Manuel
2021-03-17 01:57:10 +01:00
committed by GitHub
parent a02014f557
commit 637326d3af
7 changed files with 11 additions and 13 deletions

View File

@@ -62,7 +62,7 @@ jobs:
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.16.0
- name: Mongo 4.2, ReplicaSet, WiredTiger
MONGODB_VERSION: 4.2.12
MONGODB_VERSION: 4.2.13
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.16.0
@@ -72,7 +72,7 @@ jobs:
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.16.0
- name: Mongo 3.6, Standalone, MMAPv1
MONGODB_VERSION: 3.6.22
MONGODB_VERSION: 3.6.23
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: mmapv1
NODE_VERSION: 14.16.0