diff --git a/.github/workflows/run-feature-tests-epas.yml b/.github/workflows/run-feature-tests-epas.yml index 9ebb56313..58eb7034a 100644 --- a/.github/workflows/run-feature-tests-epas.yml +++ b/.github/workflows/run-feature-tests-epas.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - pgver: [13, 14, 15, 16, 17] + pgver: [14, 15, 16, 17, 18] runs-on: ubuntu-22.04 diff --git a/.github/workflows/run-feature-tests-pg.yml b/.github/workflows/run-feature-tests-pg.yml index 11726e128..fc6e3d22b 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: [13, 14, 15, 16, 17, 18] + pgver: [14, 15, 16, 17, 18] runs-on: ubuntu-22.04 diff --git a/.github/workflows/run-python-tests-epas.yml b/.github/workflows/run-python-tests-epas.yml index 3c4615829..670b7923f 100644 --- a/.github/workflows/run-python-tests-epas.yml +++ b/.github/workflows/run-python-tests-epas.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, windows-latest] - pgver: [13, 14, 15, 16, 17] + pgver: [14, 15, 16, 17, 18] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/run-python-tests-pg.yml b/.github/workflows/run-python-tests-pg.yml index 6b44e1dfe..a69b55eab 100644 --- a/.github/workflows/run-python-tests-pg.yml +++ b/.github/workflows/run-python-tests-pg.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-22.04, windows-latest] - pgver: [13, 14, 15, 16, 17, 18] + pgver: [14, 15, 16, 17, 18] runs-on: ${{ matrix.os }}