Skip to content

Commit 6294a40

Browse files
committed
another mongodb bump
1 parent 497c7ee commit 6294a40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
MONGODB_STORAGE_ENGINE: wiredTiger
6363
NODE_VERSION: 14.16.0
6464
- name: Mongo 4.2, ReplicaSet, WiredTiger
65-
MONGODB_VERSION: 4.2.12
65+
MONGODB_VERSION: 4.2.13
6666
MONGODB_TOPOLOGY: replicaset
6767
MONGODB_STORAGE_ENGINE: wiredTiger
6868
NODE_VERSION: 14.16.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
122122

123123
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
124124
|-------------|----------------------|------------------|--------------------|
125-
| MongoDB 3.6 | 3.6.21 | April 2021 | ✅ Fully compatible |
125+
| MongoDB 3.6 | 3.6.23 | April 2021 | ✅ Fully compatible |
126126
| MongoDB 4.0 | 4.0.23 | January 2022 | ✅ Fully compatible |
127-
| MongoDB 4.2 | 4.2.12 | TBD | ✅ Fully compatible |
127+
| MongoDB 4.2 | 4.2.13 | TBD | ✅ Fully compatible |
128128
| MongoDB 4.4 | 4.4.4 | TBD | ✅ Fully compatible |
129129

130130
#### PostgreSQL

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"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",
112112
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
113113
"test:mongodb:4.0.23": "npm run test:mongodb --dbversion=4.0.23",
114-
"test:mongodb:4.2.12": "npm run test:mongodb --dbversion=4.2.12",
114+
"test:mongodb:4.2.13": "npm run test:mongodb --dbversion=4.2.13",
115115
"test:mongodb:4.4.4": "npm run test:mongodb --dbversion=4.4.4",
116116
"posttest:mongodb": "mongodb-runner stop",
117117
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",

0 commit comments

Comments
 (0)