feat: add support for MongoDB 6 (#8242)

This commit is contained in:
Manuel
2022-10-17 19:21:32 +02:00
committed by GitHub
parent 4af13af991
commit aba0081ce1
5 changed files with 16 additions and 10 deletions

View File

@@ -146,6 +146,11 @@ jobs:
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 18.1.0
- name: MongoDB 6, ReplicaSet, WiredTiger
MONGODB_VERSION: 6.0.2
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 18.1.0
- name: Redis Cache
PARSE_SERVER_TEST_CACHE: redis
MONGODB_VERSION: 4.4.13