feat: add MongoDB 5.1 compatibility (#7682)

This commit is contained in:
github-actions[bot]
2022-03-27 03:59:16 +02:00
committed by Manuel Trezza
parent 94e27ef850
commit 022a85619d
5 changed files with 195 additions and 22 deletions

View File

@@ -101,6 +101,11 @@ jobs:
strategy:
matrix:
include:
- name: MongoDB 5.1, ReplicaSet, WiredTiger
MONGODB_VERSION: 5.1.0
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.18.1
- name: MongoDB 5.0, ReplicaSet, WiredTiger
MONGODB_VERSION: 5.0.3
MONGODB_TOPOLOGY: replicaset