Skip to content

Commit dc47bf4

Browse files
committed
Remove PG/EPAS 13 from the github runners.
1 parent 5b231dd commit dc47bf4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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: [13, 14, 15, 16, 17]
24+
pgver: [14, 15, 16, 17, 18]
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: [13, 14, 15, 16, 17, 18]
23+
pgver: [14, 15, 16, 17, 18]
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: [13, 14, 15, 16, 17]
35+
pgver: [14, 15, 16, 17, 18]
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: [13, 14, 15, 16, 17, 18]
24+
pgver: [14, 15, 16, 17, 18]
2525

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

0 commit comments

Comments
 (0)