File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
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
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments