diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8423641..d3832c3 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 if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"