Skip to content

Commit d6eb582

Browse files
committed
bump CI env
1 parent 3dc4597 commit d6eb582

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

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

README.md

Lines changed: 1 addition & 1 deletion
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.24 | January 2022 | ✅ Fully compatible |
127127
| MongoDB 4.2 | 4.2.13 | TBD | ✅ Fully compatible |
128128
| MongoDB 4.4 | 4.4.4 | TBD | ✅ Fully compatible |
129129

package.json

Lines changed: 1 addition & 1 deletion
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.24": "npm run test:mongodb --dbversion=4.0.24",
115115
"test:mongodb:4.2.13": "npm run test:mongodb --dbversion=4.2.13",
116116
"test:mongodb:4.4.4": "npm run test:mongodb --dbversion=4.4.4",
117117
"posttest:mongodb": "mongodb-runner stop",

0 commit comments

Comments
 (0)