Skip to content

Commit ae1edeb

Browse files
authored
Bump CI (#7482)
* mongodb 4.4.7 to 4.4.8 * node 14.17.3 to 14.17.4 * node 12.22.3 to 12.22.4 * mongodb 5.0.1 to 5.0.2
1 parent 45d29cc commit ae1edeb

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- '**'
99
env:
10-
NODE_VERSION: 14.17.3
10+
NODE_VERSION: 14.17.4
1111
PARSE_SERVER_TEST_TIMEOUT: 20000
1212
jobs:
1313
check-ci:
@@ -94,43 +94,43 @@ jobs:
9494
matrix:
9595
include:
9696
- name: MongoDB 5.0, ReplicaSet, WiredTiger
97-
MONGODB_VERSION: 5.0.1
97+
MONGODB_VERSION: 5.0.2
9898
MONGODB_TOPOLOGY: replicaset
9999
MONGODB_STORAGE_ENGINE: wiredTiger
100-
NODE_VERSION: 14.17.3
100+
NODE_VERSION: 14.17.4
101101
- name: MongoDB 4.4, ReplicaSet, WiredTiger
102-
MONGODB_VERSION: 4.4.7
102+
MONGODB_VERSION: 4.4.8
103103
MONGODB_TOPOLOGY: replicaset
104104
MONGODB_STORAGE_ENGINE: wiredTiger
105-
NODE_VERSION: 14.17.3
105+
NODE_VERSION: 14.17.4
106106
- name: MongoDB 4.2, ReplicaSet, WiredTiger
107107
MONGODB_VERSION: 4.2.15
108108
MONGODB_TOPOLOGY: replicaset
109109
MONGODB_STORAGE_ENGINE: wiredTiger
110-
NODE_VERSION: 14.17.3
110+
NODE_VERSION: 14.17.4
111111
- name: MongoDB 4.0, ReplicaSet, WiredTiger
112112
MONGODB_VERSION: 4.0.25
113113
MONGODB_TOPOLOGY: replicaset
114114
MONGODB_STORAGE_ENGINE: wiredTiger
115-
NODE_VERSION: 14.17.3
115+
NODE_VERSION: 14.17.4
116116
- name: MongoDB 4.0, Standalone, MMAPv1
117117
MONGODB_VERSION: 4.0.25
118118
MONGODB_TOPOLOGY: standalone
119119
MONGODB_STORAGE_ENGINE: mmapv1
120-
NODE_VERSION: 14.17.3
120+
NODE_VERSION: 14.17.4
121121
- name: Redis Cache
122122
PARSE_SERVER_TEST_CACHE: redis
123-
MONGODB_VERSION: 4.4.7
123+
MONGODB_VERSION: 4.4.8
124124
MONGODB_TOPOLOGY: standalone
125125
MONGODB_STORAGE_ENGINE: wiredTiger
126-
NODE_VERSION: 14.17.3
126+
NODE_VERSION: 14.17.4
127127
- name: Node 12
128-
MONGODB_VERSION: 4.4.7
128+
MONGODB_VERSION: 4.4.8
129129
MONGODB_TOPOLOGY: standalone
130130
MONGODB_STORAGE_ENGINE: wiredTiger
131-
NODE_VERSION: 12.22.3
131+
NODE_VERSION: 12.22.4
132132
- name: Node 15
133-
MONGODB_VERSION: 4.4.7
133+
MONGODB_VERSION: 4.4.8
134134
MONGODB_TOPOLOGY: standalone
135135
MONGODB_STORAGE_ENGINE: wiredTiger
136136
NODE_VERSION: 15.14.0
@@ -175,16 +175,16 @@ jobs:
175175
include:
176176
- name: PostgreSQL 11, PostGIS 3.0
177177
POSTGRES_IMAGE: postgis/postgis:11-3.0
178-
NODE_VERSION: 14.17.3
178+
NODE_VERSION: 14.17.4
179179
- name: PostgreSQL 11, PostGIS 3.1
180180
POSTGRES_IMAGE: postgis/postgis:11-3.1
181-
NODE_VERSION: 14.17.3
181+
NODE_VERSION: 14.17.4
182182
- name: PostgreSQL 12, PostGIS 3.1
183183
POSTGRES_IMAGE: postgis/postgis:12-3.1
184-
NODE_VERSION: 14.17.3
184+
NODE_VERSION: 14.17.4
185185
- name: PostgreSQL 13, PostGIS 3.1
186186
POSTGRES_IMAGE: postgis/postgis:13-3.1
187-
NODE_VERSION: 14.17.3
187+
NODE_VERSION: 14.17.4
188188
fail-fast: false
189189
name: ${{ matrix.name }}
190190
timeout-minutes: 15

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Parse Server is continuously tested with the most recent releases of Node.js to
114114

115115
| Version | Latest Version | End-of-Life Date | Compatibility |
116116
|------------|----------------|------------------|--------------------|
117-
| Node.js 12 | 12.22.3 | April 2022 | ✅ Fully compatible |
118-
| Node.js 14 | 14.17.3 | April 2023 | ✅ Fully compatible |
117+
| Node.js 12 | 12.22.4 | April 2022 | ✅ Fully compatible |
118+
| Node.js 14 | 14.17.4 | April 2023 | ✅ Fully compatible |
119119
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
120120

121121
#### MongoDB
@@ -125,8 +125,8 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
125125
|-------------|----------------|------------------|--------------------|
126126
| MongoDB 4.0 | 4.0.25 | April 2022 | ✅ Fully compatible |
127127
| MongoDB 4.2 | 4.2.15 | TBD | ✅ Fully compatible |
128-
| MongoDB 4.4 | 4.4.7 | TBD | ✅ Fully compatible |
129-
| MongoDB 5.0 | 5.0.1 | January 2024 | ✅ Fully compatible |
128+
| MongoDB 4.4 | 4.4.8 | TBD | ✅ Fully compatible |
129+
| MongoDB 5.0 | 5.0.2 | January 2024 | ✅ Fully compatible |
130130

131131
#### PostgreSQL
132132
Parse Server is continuously tested with the most recent releases of PostgreSQL and PostGIS to ensure compatibility, using [PostGIS docker images](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&ordering=last_updated). We follow the [PostgreSQL support schedule](https://www.postgresql.org/support/versioning) and [PostGIS support schedule](https://www.postgis.net/eol_policy/) and only test against versions that are officially supported and have not reached their end-of-life date. Due to the extensive PostgreSQL support duration of 5 years, Parse Server drops support if a version is older than 3.5 years and a newer version has been available for at least 2.5 years.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@
113113
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
114114
"test:mongodb:4.0.25": "npm run test:mongodb --dbversion=4.0.25",
115115
"test:mongodb:4.2.15": "npm run test:mongodb --dbversion=4.2.15",
116-
"test:mongodb:4.4.7": "npm run test:mongodb --dbversion=4.4.7",
116+
"test:mongodb:4.4.8": "npm run test:mongodb --dbversion=4.4.8",
117117
"posttest:mongodb": "mongodb-runner stop",
118-
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.7} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
119-
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.7} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
118+
"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",
119+
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.8} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
120120
"test": "npm run testonly",
121-
"posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.7} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",
122-
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.7} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",
121+
"posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.8} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",
122+
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.8} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",
123123
"start": "node ./bin/parse-server",
124124
"prettier": "prettier --write '{src,spec}/{**/*,*}.js'",
125125
"prepare": "npm run build",

0 commit comments

Comments
 (0)