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