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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user