diff --git a/.github/workflows/run-feature-tests-pg.yml b/.github/workflows/run-feature-tests-pg.yml index 5841dff4d..d274b17f9 100644 --- a/.github/workflows/run-feature-tests-pg.yml +++ b/.github/workflows/run-feature-tests-pg.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - pgver: [11, 12, 13, 14, 15] + pgver: [12, 13, 14, 15, 16] runs-on: ubuntu-latest