From 52d6017ce5b2b8f01c67e6fdf1f17096366dafd2 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 11 Dec 2024 12:31:53 +0530 Subject: [PATCH] Removed PG/EPAS 12 and Added PG/EPAS 17 for github actions. --- .github/workflows/run-feature-tests-epas.yml | 2 +- .github/workflows/run-feature-tests-pg.yml | 2 +- .github/workflows/run-python-tests-epas.yml | 2 +- .github/workflows/run-python-tests-pg.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-feature-tests-epas.yml b/.github/workflows/run-feature-tests-epas.yml index d23c4e0d3..be9a158d4 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: [12, 13, 14, 15, 16] + pgver: [13, 14, 15, 16, 17] runs-on: ubuntu-22.04 diff --git a/.github/workflows/run-feature-tests-pg.yml b/.github/workflows/run-feature-tests-pg.yml index 72af1a360..191453f2e 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: [12, 13, 14, 15, 16] + pgver: [13, 14, 15, 16, 17] runs-on: ubuntu-22.04 diff --git a/.github/workflows/run-python-tests-epas.yml b/.github/workflows/run-python-tests-epas.yml index 5f74c1297..edbc139a8 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: [12, 13, 14, 15, 16] + pgver: [13, 14, 15, 16, 17] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/run-python-tests-pg.yml b/.github/workflows/run-python-tests-pg.yml index 70a300c7d..3261a9167 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: [12, 13, 14, 15, 16] + pgver: [13, 14, 15, 16, 17] runs-on: ${{ matrix.os }}