Skip to content

Commit 9a9fc5f

Browse files
authored
Bump tests to Mongo 4.0.23 (#7205)
* Bump tests to Mongo 4.0.23 * Bump node to 15.9.0 for tests
1 parent 5d84085 commit 9a9fc5f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
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
@@ -76,7 +76,7 @@ jobs:
7676
MONGODB_VERSION: 4.4.4
7777
MONGODB_TOPOLOGY: standalone
7878
MONGODB_STORAGE_ENGINE: wiredTiger
79-
NODE_VERSION: 15.8.0
79+
NODE_VERSION: 15.9.0
8080
name: ${{ matrix.name }}
8181
timeout-minutes: 30
8282
runs-on: ubuntu-18.04

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ Parse Server is continuously tested with the most recent releases of Node.js to
109109
| Node.js 10 | 10.23.2 | April 2021 | ✅ Fully compatible |
110110
| Node.js 12 | 12.20.1 | April 2022 | ✅ Fully compatible |
111111
| Node.js 14 | 14.15.4 | April 2023 | ✅ Fully compatible |
112-
| Node.js 15 | 15.8.0 | June 2021 | ✅ Fully compatible |
112+
| Node.js 15 | 15.9.0 | June 2021 | ✅ Fully compatible |
113113

114114
#### MongoDB
115115
Parse Server is continuously tested with the most recent releases of MongoDB to ensure compatibility. We follow the [MongoDB support schedule](https://www.mongodb.com/support-policy) and only test against versions that are officially supported and have not reached their end-of-life date.
116116

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

+1-1
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)