Skip to content

Commit e47b61d

Browse files
github-actions[bot]mtrezza
authored andcommitted
ci: bump environment (parse-community#7907)
1 parent 341f9f7 commit e47b61d

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

.github/workflows/ci.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- '**'
88
env:
9-
NODE_VERSION: 16.13.0
9+
NODE_VERSION: 16.14.2
1010
PARSE_SERVER_TEST_TIMEOUT: 20000
1111
jobs:
1212
check-ci:
@@ -105,53 +105,53 @@ jobs:
105105
MONGODB_VERSION: 5.2.1
106106
MONGODB_TOPOLOGY: replicaset
107107
MONGODB_STORAGE_ENGINE: wiredTiger
108-
NODE_VERSION: 14.18.1
108+
NODE_VERSION: 14.19.1
109109
- name: MongoDB 5.1, ReplicaSet, WiredTiger
110110
MONGODB_VERSION: 5.1.1
111111
MONGODB_TOPOLOGY: replicaset
112112
MONGODB_STORAGE_ENGINE: wiredTiger
113-
NODE_VERSION: 14.18.1
113+
NODE_VERSION: 14.19.1
114114
- name: MongoDB 5.0, ReplicaSet, WiredTiger
115115
MONGODB_VERSION: 5.0.6
116116
MONGODB_TOPOLOGY: replicaset
117117
MONGODB_STORAGE_ENGINE: wiredTiger
118-
NODE_VERSION: 16.13.0
118+
NODE_VERSION: 16.14.2
119119
- name: MongoDB 4.4, ReplicaSet, WiredTiger
120-
MONGODB_VERSION: 4.4.10
120+
MONGODB_VERSION: 4.4.13
121121
MONGODB_TOPOLOGY: replicaset
122122
MONGODB_STORAGE_ENGINE: wiredTiger
123-
NODE_VERSION: 16.13.0
123+
NODE_VERSION: 16.14.2
124124
- name: MongoDB 4.2, ReplicaSet, WiredTiger
125-
MONGODB_VERSION: 4.2.17
125+
MONGODB_VERSION: 4.2.19
126126
MONGODB_TOPOLOGY: replicaset
127127
MONGODB_STORAGE_ENGINE: wiredTiger
128-
NODE_VERSION: 16.13.0
128+
NODE_VERSION: 16.14.2
129129
- name: MongoDB 4.0, ReplicaSet, WiredTiger
130-
MONGODB_VERSION: 4.0.27
130+
MONGODB_VERSION: 4.0.28
131131
MONGODB_TOPOLOGY: replicaset
132132
MONGODB_STORAGE_ENGINE: wiredTiger
133-
NODE_VERSION: 16.13.0
133+
NODE_VERSION: 16.14.2
134134
- name: MongoDB 4.0, Standalone, MMAPv1
135-
MONGODB_VERSION: 4.0.27
135+
MONGODB_VERSION: 4.0.28
136136
MONGODB_TOPOLOGY: standalone
137137
MONGODB_STORAGE_ENGINE: mmapv1
138-
NODE_VERSION: 16.13.0
138+
NODE_VERSION: 16.14.2
139139
- name: Redis Cache
140140
PARSE_SERVER_TEST_CACHE: redis
141-
MONGODB_VERSION: 4.4.10
141+
MONGODB_VERSION: 4.4.13
142142
MONGODB_TOPOLOGY: standalone
143143
MONGODB_STORAGE_ENGINE: wiredTiger
144-
NODE_VERSION: 16.13.0
144+
NODE_VERSION: 16.14.2
145145
- name: Node 12
146-
MONGODB_VERSION: 4.4.10
146+
MONGODB_VERSION: 4.4.13
147147
MONGODB_TOPOLOGY: standalone
148148
MONGODB_STORAGE_ENGINE: wiredTiger
149-
NODE_VERSION: 12.22.7
149+
NODE_VERSION: 12.22.11
150150
- name: Node 14
151-
MONGODB_VERSION: 4.4.10
151+
MONGODB_VERSION: 4.4.13
152152
MONGODB_TOPOLOGY: standalone
153153
MONGODB_STORAGE_ENGINE: wiredTiger
154-
NODE_VERSION: 14.18.1
154+
NODE_VERSION: 14.19.1
155155
fail-fast: false
156156
name: ${{ matrix.name }}
157157
timeout-minutes: 15
@@ -193,22 +193,22 @@ jobs:
193193
include:
194194
- name: PostgreSQL 11, PostGIS 3.0
195195
POSTGRES_IMAGE: postgis/postgis:11-3.0
196-
NODE_VERSION: 16.13.0
196+
NODE_VERSION: 16.14.2
197197
- name: PostgreSQL 11, PostGIS 3.1
198198
POSTGRES_IMAGE: postgis/postgis:11-3.1
199-
NODE_VERSION: 16.13.0
199+
NODE_VERSION: 16.14.2
200200
- name: PostgreSQL 11, PostGIS 3.2
201201
POSTGRES_IMAGE: postgis/postgis:11-3.2
202-
NODE_VERSION: 16.13.0
202+
NODE_VERSION: 16.14.2
203203
- name: PostgreSQL 12, PostGIS 3.2
204204
POSTGRES_IMAGE: postgis/postgis:12-3.2
205-
NODE_VERSION: 16.13.0
205+
NODE_VERSION: 16.14.2
206206
- name: PostgreSQL 13, PostGIS 3.2
207207
POSTGRES_IMAGE: postgis/postgis:13-3.2
208-
NODE_VERSION: 16.13.0
208+
NODE_VERSION: 16.14.2
209209
- name: PostgreSQL 14, PostGIS 3.2
210210
POSTGRES_IMAGE: postgis/postgis:14-3.2
211-
NODE_VERSION: 16.13.0
211+
NODE_VERSION: 16.14.2
212212
fail-fast: false
213213
name: ${{ matrix.name }}
214214
timeout-minutes: 15

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@ Parse Server is continuously tested with the most recent releases of Node.js to
114114

115115
| Version | Latest Version | End-of-Life | Compatible |
116116
|------------|----------------|-------------|--------------|
117-
| Node.js 12 | 12.22.7 | April 2022 | ✅ Yes |
118-
| Node.js 14 | 14.18.1 | April 2023 | ✅ Yes |
119-
| Node.js 16 | 16.13.0 | April 2024 | ✅ Yes |
117+
| Node.js 12 | 12.22.11 | April 2022 | ✅ Yes |
118+
| Node.js 14 | 14.19.1 | April 2023 | ✅ Yes |
119+
| Node.js 16 | 16.14.2 | April 2024 | ✅ Yes |
120120
| Node.js 17 | 17.x | June 2022 | ❌ Not tested |
121121

122122
#### MongoDB
123123
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.
124124

125125
| Version | Latest Version | End-of-Life | Compatible |
126126
|-------------|----------------|-------------|------------|
127-
| MongoDB 4.0 | 4.0.27 | April 2022 | ✅ Yes |
128-
| MongoDB 4.2 | 4.2.17 | TBD | ✅ Yes |
129-
| MongoDB 4.4 | 4.4.10 | TBD | ✅ Yes |
127+
| MongoDB 4.0 | 4.0.28 | April 2022 | ✅ Yes |
128+
| MongoDB 4.2 | 4.2.19 | TBD | ✅ Yes |
129+
| MongoDB 4.4 | 4.4.13 | TBD | ✅ Yes |
130130
| MongoDB 5.0 | 5.0.6 | TBD | ✅ Yes |
131131
| MongoDB 5.1 | 5.1.1 | TBD | ✅ Yes |
132132
| MongoDB 5.2 | 5.2.1 | TBD | ✅ Yes |

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
"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",
117117
"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",
118118
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
119-
"test:mongodb:4.0.27": "npm run test:mongodb --dbversion=4.0.27",
120-
"test:mongodb:4.2.17": "npm run test:mongodb --dbversion=4.2.17",
121-
"test:mongodb:4.4.10": "npm run test:mongodb --dbversion=4.4.10",
119+
"test:mongodb:4.0.28": "npm run test:mongodb --dbversion=4.0.28",
120+
"test:mongodb:4.2.19": "npm run test:mongodb --dbversion=4.2.19",
121+
"test:mongodb:4.4.13": "npm run test:mongodb --dbversion=4.4.13",
122122
"test:mongodb:5.0.6": "npm run test:mongodb --dbversion=5.0.6",
123123
"test:mongodb:5.1.1": "npm run test:mongodb --dbversion=5.1.1",
124124
"test:mongodb:5.2.1": "npm run test:mongodb --dbversion=5.2.1",

0 commit comments

Comments
 (0)