Skip to content

Commit c9dcecb

Browse files
committed
Bump tests to Mongo 4.0.23
1 parent 5d84085 commit c9dcecb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
MONGODB_STORAGE_ENGINE: wiredTiger
4848
NODE_VERSION: 14.15.5
4949
- name: Mongo 4.0, ReplicaSet, WiredTiger
50-
MONGODB_VERSION: 4.0.22
50+
MONGODB_VERSION: 4.0.23
5151
MONGODB_TOPOLOGY: replicaset
5252
MONGODB_STORAGE_ENGINE: wiredTiger
5353
NODE_VERSION: 14.15.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
117117
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
118118
|-------------|----------------------|------------------|--------------------|
119119
| MongoDB 3.6 | 3.6.21 | April 2021 | ✅ Fully compatible |
120-
| MongoDB 4.0 | 4.0.22 | January 2022 | ✅ Fully compatible |
120+
| MongoDB 4.0 | 4.0.23 | January 2022 | ✅ Fully compatible |
121121
| MongoDB 4.2 | 4.2.12 | TBD | ✅ Fully compatible |
122122
| MongoDB 4.4 | 4.4.4 | TBD | ✅ Fully compatible |
123123

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"test:mongodb:runnerstart": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
109109
"test:mongodb:testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
110110
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
111-
"test:mongodb:4.0.22": "npm run test:mongodb --dbversion=4.0.22",
111+
"test:mongodb:4.0.23": "npm run test:mongodb --dbversion=4.0.23",
112112
"test:mongodb:4.2.12": "npm run test:mongodb --dbversion=4.2.12",
113113
"test:mongodb:4.4.4": "npm run test:mongodb --dbversion=4.4.4",
114114
"posttest:mongodb": "mongodb-runner stop",

0 commit comments

Comments
 (0)