ci: bump mongodb (#7568)

* add issue bot for prs

* Update CHANGELOG.md

* Update issue-bot.yml

* bump ci
This commit is contained in:
Manuel
2021-09-14 15:48:37 +02:00
committed by GitHub
parent 0225340ccb
commit 3e4d1ecbf3
3 changed files with 7 additions and 7 deletions

View File

@@ -111,17 +111,17 @@ jobs:
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.17.6
- name: MongoDB 4.2, ReplicaSet, WiredTiger
MONGODB_VERSION: 4.2.15
MONGODB_VERSION: 4.2.16
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.17.6
- name: MongoDB 4.0, ReplicaSet, WiredTiger
MONGODB_VERSION: 4.0.25
MONGODB_VERSION: 4.0.27
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.17.6
- name: MongoDB 4.0, Standalone, MMAPv1
MONGODB_VERSION: 4.0.25
MONGODB_VERSION: 4.0.27
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: mmapv1
NODE_VERSION: 14.17.6