feat: add MongoDB 5.1 compatibility (#7682)
This commit is contained in:
committed by
Manuel Trezza
parent
94e27ef850
commit
022a85619d
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user