Skip to content

Commit f6a4172

Browse files
authored
bump mongo (#7429)
1 parent 0638e5e commit f6a4172

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ jobs:
104104
MONGODB_STORAGE_ENGINE: wiredTiger
105105
NODE_VERSION: 14.17.0
106106
- name: MongoDB 4.0, ReplicaSet, WiredTiger
107-
MONGODB_VERSION: 4.0.23
107+
MONGODB_VERSION: 4.0.25
108108
MONGODB_TOPOLOGY: replicaset
109109
MONGODB_STORAGE_ENGINE: wiredTiger
110110
NODE_VERSION: 14.17.0
111111
- name: MongoDB 4.0, Standalone, MMAPv1
112-
MONGODB_VERSION: 4.0.23
112+
MONGODB_VERSION: 4.0.25
113113
MONGODB_TOPOLOGY: standalone
114114
MONGODB_STORAGE_ENGINE: mmapv1
115115
NODE_VERSION: 14.17.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
123123

124124
| Version | Latest Version | End-of-Life Date | Compatibility |
125125
|-------------|----------------|------------------|--------------------|
126-
| MongoDB 4.0 | 4.0.23 | January 2022 | ✅ Fully compatible |
126+
| MongoDB 4.0 | 4.0.25 | January 2022 | ✅ Fully compatible |
127127
| MongoDB 4.2 | 4.2.14 | TBD | ✅ Fully compatible |
128128
| MongoDB 4.4 | 4.4.6 | TBD | ✅ Fully compatible |
129129

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"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",
112112
"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",
113113
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
114-
"test:mongodb:4.0.23": "npm run test:mongodb --dbversion=4.0.23",
114+
"test:mongodb:4.0.25": "npm run test:mongodb --dbversion=4.0.25",
115115
"test:mongodb:4.2.14": "npm run test:mongodb --dbversion=4.2.14",
116116
"test:mongodb:4.4.6": "npm run test:mongodb --dbversion=4.4.6",
117117
"posttest:mongodb": "mongodb-runner stop",

0 commit comments

Comments
 (0)