* 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
This commit is contained in:
Manuel
2021-08-09 04:11:36 +02:00
committed by GitHub
parent 45d29cc58c
commit ae1edeb2ac
3 changed files with 26 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ on:
branches:
- '**'
env:
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
PARSE_SERVER_TEST_TIMEOUT: 20000
jobs:
check-ci:
@@ -94,43 +94,43 @@ jobs:
matrix:
include:
- name: MongoDB 5.0, ReplicaSet, WiredTiger
MONGODB_VERSION: 5.0.1
MONGODB_VERSION: 5.0.2
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
- name: MongoDB 4.4, ReplicaSet, WiredTiger
MONGODB_VERSION: 4.4.7
MONGODB_VERSION: 4.4.8
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
- name: MongoDB 4.2, ReplicaSet, WiredTiger
MONGODB_VERSION: 4.2.15
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
- name: MongoDB 4.0, ReplicaSet, WiredTiger
MONGODB_VERSION: 4.0.25
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
- name: MongoDB 4.0, Standalone, MMAPv1
MONGODB_VERSION: 4.0.25
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: mmapv1
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
- name: Redis Cache
PARSE_SERVER_TEST_CACHE: redis
MONGODB_VERSION: 4.4.7
MONGODB_VERSION: 4.4.8
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
- name: Node 12
MONGODB_VERSION: 4.4.7
MONGODB_VERSION: 4.4.8
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 12.22.3
NODE_VERSION: 12.22.4
- name: Node 15
MONGODB_VERSION: 4.4.7
MONGODB_VERSION: 4.4.8
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 15.14.0
@@ -175,16 +175,16 @@ jobs:
include:
- name: PostgreSQL 11, PostGIS 3.0
POSTGRES_IMAGE: postgis/postgis:11-3.0
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
- name: PostgreSQL 11, PostGIS 3.1
POSTGRES_IMAGE: postgis/postgis:11-3.1
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
- name: PostgreSQL 12, PostGIS 3.1
POSTGRES_IMAGE: postgis/postgis:12-3.1
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
- name: PostgreSQL 13, PostGIS 3.1
POSTGRES_IMAGE: postgis/postgis:13-3.1
NODE_VERSION: 14.17.3
NODE_VERSION: 14.17.4
fail-fast: false
name: ${{ matrix.name }}
timeout-minutes: 15