Skip to content

Commit 3e4d1ec

Browse files
authored
ci: bump mongodb (#7568)
* add issue bot for prs * Update CHANGELOG.md * Update issue-bot.yml * bump ci
1 parent 0225340 commit 3e4d1ec

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,17 @@ jobs:
111111
MONGODB_STORAGE_ENGINE: wiredTiger
112112
NODE_VERSION: 14.17.6
113113
- name: MongoDB 4.2, ReplicaSet, WiredTiger
114-
MONGODB_VERSION: 4.2.15
114+
MONGODB_VERSION: 4.2.16
115115
MONGODB_TOPOLOGY: replicaset
116116
MONGODB_STORAGE_ENGINE: wiredTiger
117117
NODE_VERSION: 14.17.6
118118
- name: MongoDB 4.0, ReplicaSet, WiredTiger
119-
MONGODB_VERSION: 4.0.25
119+
MONGODB_VERSION: 4.0.27
120120
MONGODB_TOPOLOGY: replicaset
121121
MONGODB_STORAGE_ENGINE: wiredTiger
122122
NODE_VERSION: 14.17.6
123123
- name: MongoDB 4.0, Standalone, MMAPv1
124-
MONGODB_VERSION: 4.0.25
124+
MONGODB_VERSION: 4.0.27
125125
MONGODB_TOPOLOGY: standalone
126126
MONGODB_STORAGE_ENGINE: mmapv1
127127
NODE_VERSION: 14.17.6

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ 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.25 | April 2022 | ✅ Fully compatible |
127-
| MongoDB 4.2 | 4.2.15 | TBD | ✅ Fully compatible |
126+
| MongoDB 4.0 | 4.0.27 | April 2022 | ✅ Fully compatible |
127+
| MongoDB 4.2 | 4.2.16 | TBD | ✅ Fully compatible |
128128
| MongoDB 4.4 | 4.4.8 | TBD | ✅ Fully compatible |
129129
| MongoDB 5.0 | 5.0.2 | January 2024 | ✅ Fully compatible |
130130

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
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.25": "npm run test:mongodb --dbversion=4.0.25",
115-
"test:mongodb:4.2.15": "npm run test:mongodb --dbversion=4.2.15",
114+
"test:mongodb:4.0.27": "npm run test:mongodb --dbversion=4.0.27",
115+
"test:mongodb:4.2.16": "npm run test:mongodb --dbversion=4.2.16",
116116
"test:mongodb:4.4.8": "npm run test:mongodb --dbversion=4.4.8",
117117
"posttest:mongodb": "mongodb-runner stop",
118118
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.8} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",

0 commit comments

Comments
 (0)