ci: bump environment (#7616)
This commit is contained in:
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
PARSE_SERVER_TEST_TIMEOUT: 20000
|
PARSE_SERVER_TEST_TIMEOUT: 20000
|
||||||
jobs:
|
jobs:
|
||||||
check-ci:
|
check-ci:
|
||||||
@@ -106,38 +106,38 @@ jobs:
|
|||||||
MONGODB_VERSION: 5.0.3
|
MONGODB_VERSION: 5.0.3
|
||||||
MONGODB_TOPOLOGY: replicaset
|
MONGODB_TOPOLOGY: replicaset
|
||||||
MONGODB_STORAGE_ENGINE: wiredTiger
|
MONGODB_STORAGE_ENGINE: wiredTiger
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
- name: MongoDB 4.4, ReplicaSet, WiredTiger
|
- name: MongoDB 4.4, ReplicaSet, WiredTiger
|
||||||
MONGODB_VERSION: 4.4.9
|
MONGODB_VERSION: 4.4.9
|
||||||
MONGODB_TOPOLOGY: replicaset
|
MONGODB_TOPOLOGY: replicaset
|
||||||
MONGODB_STORAGE_ENGINE: wiredTiger
|
MONGODB_STORAGE_ENGINE: wiredTiger
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
- name: MongoDB 4.2, ReplicaSet, WiredTiger
|
- name: MongoDB 4.2, ReplicaSet, WiredTiger
|
||||||
MONGODB_VERSION: 4.2.17
|
MONGODB_VERSION: 4.2.17
|
||||||
MONGODB_TOPOLOGY: replicaset
|
MONGODB_TOPOLOGY: replicaset
|
||||||
MONGODB_STORAGE_ENGINE: wiredTiger
|
MONGODB_STORAGE_ENGINE: wiredTiger
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
- name: MongoDB 4.0, ReplicaSet, WiredTiger
|
- name: MongoDB 4.0, ReplicaSet, WiredTiger
|
||||||
MONGODB_VERSION: 4.0.27
|
MONGODB_VERSION: 4.0.27
|
||||||
MONGODB_TOPOLOGY: replicaset
|
MONGODB_TOPOLOGY: replicaset
|
||||||
MONGODB_STORAGE_ENGINE: wiredTiger
|
MONGODB_STORAGE_ENGINE: wiredTiger
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
- name: MongoDB 4.0, Standalone, MMAPv1
|
- name: MongoDB 4.0, Standalone, MMAPv1
|
||||||
MONGODB_VERSION: 4.0.27
|
MONGODB_VERSION: 4.0.27
|
||||||
MONGODB_TOPOLOGY: standalone
|
MONGODB_TOPOLOGY: standalone
|
||||||
MONGODB_STORAGE_ENGINE: mmapv1
|
MONGODB_STORAGE_ENGINE: mmapv1
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
- name: Redis Cache
|
- name: Redis Cache
|
||||||
PARSE_SERVER_TEST_CACHE: redis
|
PARSE_SERVER_TEST_CACHE: redis
|
||||||
MONGODB_VERSION: 4.4.9
|
MONGODB_VERSION: 4.4.9
|
||||||
MONGODB_TOPOLOGY: standalone
|
MONGODB_TOPOLOGY: standalone
|
||||||
MONGODB_STORAGE_ENGINE: wiredTiger
|
MONGODB_STORAGE_ENGINE: wiredTiger
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
- name: Node 12
|
- name: Node 12
|
||||||
MONGODB_VERSION: 4.4.9
|
MONGODB_VERSION: 4.4.9
|
||||||
MONGODB_TOPOLOGY: standalone
|
MONGODB_TOPOLOGY: standalone
|
||||||
MONGODB_STORAGE_ENGINE: wiredTiger
|
MONGODB_STORAGE_ENGINE: wiredTiger
|
||||||
NODE_VERSION: 12.22.6
|
NODE_VERSION: 12.22.7
|
||||||
- name: Node 15
|
- name: Node 15
|
||||||
MONGODB_VERSION: 4.4.9
|
MONGODB_VERSION: 4.4.9
|
||||||
MONGODB_TOPOLOGY: standalone
|
MONGODB_TOPOLOGY: standalone
|
||||||
@@ -184,16 +184,16 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: PostgreSQL 11, PostGIS 3.0
|
- name: PostgreSQL 11, PostGIS 3.0
|
||||||
POSTGRES_IMAGE: postgis/postgis:11-3.0
|
POSTGRES_IMAGE: postgis/postgis:11-3.0
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
- name: PostgreSQL 11, PostGIS 3.1
|
- name: PostgreSQL 11, PostGIS 3.1
|
||||||
POSTGRES_IMAGE: postgis/postgis:11-3.1
|
POSTGRES_IMAGE: postgis/postgis:11-3.1
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
- name: PostgreSQL 12, PostGIS 3.1
|
- name: PostgreSQL 12, PostGIS 3.1
|
||||||
POSTGRES_IMAGE: postgis/postgis:12-3.1
|
POSTGRES_IMAGE: postgis/postgis:12-3.1
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
- name: PostgreSQL 13, PostGIS 3.1
|
- name: PostgreSQL 13, PostGIS 3.1
|
||||||
POSTGRES_IMAGE: postgis/postgis:13-3.1
|
POSTGRES_IMAGE: postgis/postgis:13-3.1
|
||||||
NODE_VERSION: 14.18.0
|
NODE_VERSION: 14.18.1
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|||||||
@@ -114,8 +114,8 @@ Parse Server is continuously tested with the most recent releases of Node.js to
|
|||||||
|
|
||||||
| Version | Latest Version | End-of-Life Date | Compatibility |
|
| Version | Latest Version | End-of-Life Date | Compatibility |
|
||||||
|------------|----------------|------------------|--------------------|
|
|------------|----------------|------------------|--------------------|
|
||||||
| Node.js 12 | 12.22.6 | April 2022 | ✅ Fully compatible |
|
| Node.js 12 | 12.22.7 | April 2022 | ✅ Fully compatible |
|
||||||
| Node.js 14 | 14.18.0 | April 2023 | ✅ Fully compatible |
|
| Node.js 14 | 14.18.1 | April 2023 | ✅ Fully compatible |
|
||||||
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
|
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
|
||||||
|
|
||||||
#### MongoDB
|
#### MongoDB
|
||||||
|
|||||||
Reference in New Issue
Block a user