File tree 3 files changed +7
-0
lines changed 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,11 @@ jobs:
106
106
MONGODB_TOPOLOGY : replicaset
107
107
MONGODB_STORAGE_ENGINE : wiredTiger
108
108
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
109
114
- name : MongoDB 5.0, ReplicaSet, WiredTiger
110
115
MONGODB_VERSION : 5.0.6
111
116
MONGODB_TOPOLOGY : replicaset
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
128
128
| MongoDB 4.2 | 4.2.17 | TBD | ✅ Yes |
129
129
| MongoDB 4.4 | 4.4.10 | TBD | ✅ Yes |
130
130
| MongoDB 5.0 | 5.0.6 | TBD | ✅ Yes |
131
+ | MongoDB 5.1 | 5.1.1 | TBD | ✅ Yes |
131
132
| MongoDB 5.2 | 5.2.1 | TBD | ✅ Yes |
132
133
133
134
#### PostgreSQL
Original file line number Diff line number Diff line change 120
120
"test:mongodb:4.2.17" : " npm run test:mongodb --dbversion=4.2.17" ,
121
121
"test:mongodb:4.4.10" : " npm run test:mongodb --dbversion=4.4.10" ,
122
122
"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" ,
123
124
"test:mongodb:5.2.1" : " npm run test:mongodb --dbversion=5.2.1" ,
124
125
"posttest:mongodb" : " mongodb-runner stop" ,
125
126
"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" ,
You can’t perform that action at this time.
0 commit comments