From f06df0f82f026b4067e2d0252dd02ff60f193c2a Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 30 Nov 2021 13:12:27 +0200 Subject: [PATCH] ci: Add pg14, upgrade ubuntu --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95728ed..8c1aed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ on: jobs: linux: - name: "Ubuntu 18.04 + PostgreSQL ${{matrix.PGVER}}" - runs-on: ubuntu-18.04 + name: "Ubuntu 20.04 + PostgreSQL ${{matrix.PGVER}}" + runs-on: ubuntu-20.04 strategy: matrix: - PGVER: [10, 11, 12, 13] + PGVER: [10, 11, 12, 13, 14] steps: - name: "Checkout" uses: actions/checkout@v2