Skip to content

Commit 52d6017

Browse files
committed
Removed PG/EPAS 12 and Added PG/EPAS 17 for github actions.
1 parent 9e58717 commit 52d6017

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/run-feature-tests-epas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
pgver: [12, 13, 14, 15, 16]
24+
pgver: [13, 14, 15, 16, 17]
2525

2626
runs-on: ubuntu-22.04
2727

.github/workflows/run-feature-tests-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
pgver: [12, 13, 14, 15, 16]
23+
pgver: [13, 14, 15, 16, 17]
2424

2525
runs-on: ubuntu-22.04
2626

.github/workflows/run-python-tests-epas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-22.04, windows-latest]
35-
pgver: [12, 13, 14, 15, 16]
35+
pgver: [13, 14, 15, 16, 17]
3636

3737
runs-on: ${{ matrix.os }}
3838

.github/workflows/run-python-tests-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [macos-latest, ubuntu-22.04, windows-latest]
24-
pgver: [12, 13, 14, 15, 16]
24+
pgver: [13, 14, 15, 16, 17]
2525

2626
runs-on: ${{ matrix.os }}
2727

0 commit comments

Comments
 (0)