diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c28b4b..c88287e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,21 +30,15 @@ jobs: - name: PostgreSQL 10, Node 14 POSTGRES_IMAGE: postgres:10 NODE_VERSION: 14 - - name: PostgreSQL 10, Node 18 + - name: PostgreSQL 10, Node 20 POSTGRES_IMAGE: postgres:10 - NODE_VERSION: 18 - - name: PostgreSQL 11, Node 14 - POSTGRES_IMAGE: postgres:11 + NODE_VERSION: 20 + - name: PostgreSQL 16, Node 14 + POSTGRES_IMAGE: postgres:16 NODE_VERSION: 14 - - name: PostgreSQL 11, Node 18 - POSTGRES_IMAGE: postgres:11 - NODE_VERSION: 18 - - name: PostgreSQL 15, Node 14 - POSTGRES_IMAGE: postgres:15 - NODE_VERSION: 14 - - name: PostgreSQL 15, Node 18 - POSTGRES_IMAGE: postgres:15 - NODE_VERSION: 18 + - name: PostgreSQL 16, Node 20 + POSTGRES_IMAGE: postgres:16 + NODE_VERSION: 20 fail-fast: false name: ${{ matrix.name }} timeout-minutes: 15