Skip to content

Commit cfa1c39

Browse files
committed
readded mongodb 5.1
1 parent ce6633d commit cfa1c39

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
MONGODB_TOPOLOGY: replicaset
107107
MONGODB_STORAGE_ENGINE: wiredTiger
108108
NODE_VERSION: 14.18.1
109+
- name: MongoDB 5.1, ReplicaSet, WiredTiger
110+
MONGODB_VERSION: 5.1.1
111+
MONGODB_TOPOLOGY: replicaset
112+
MONGODB_STORAGE_ENGINE: wiredTiger
113+
NODE_VERSION: 14.18.1
109114
- name: MongoDB 5.0, ReplicaSet, WiredTiger
110115
MONGODB_VERSION: 5.0.6
111116
MONGODB_TOPOLOGY: replicaset

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
128128
| MongoDB 4.2 | 4.2.17 | TBD | ✅ Yes |
129129
| MongoDB 4.4 | 4.4.10 | TBD | ✅ Yes |
130130
| MongoDB 5.0 | 5.0.6 | TBD | ✅ Yes |
131+
| MongoDB 5.1 | 5.1.1 | TBD | ✅ Yes |
131132
| MongoDB 5.2 | 5.2.1 | TBD | ✅ Yes |
132133

133134
#### PostgreSQL

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"test:mongodb:4.2.17": "npm run test:mongodb --dbversion=4.2.17",
121121
"test:mongodb:4.4.10": "npm run test:mongodb --dbversion=4.4.10",
122122
"test:mongodb:5.0.6": "npm run test:mongodb --dbversion=5.0.6",
123+
"test:mongodb:5.1.1": "npm run test:mongodb --dbversion=5.1.1",
123124
"test:mongodb:5.2.1": "npm run test:mongodb --dbversion=5.2.1",
124125
"posttest:mongodb": "mongodb-runner stop",
125126
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",

0 commit comments

Comments
 (0)