diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95135f0..6b628f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - pg: [13, 12, 11, 10, 9.6, 9.5] + pg: [14, 13, 12, 11, 10, 9.6, 9.5] name: PostgreSQL ${{ matrix.pg }} runs-on: ubuntu-latest container: zilder/pg-ext-check