Skip to content

Commit 3aa2ab0

Browse files
committed
Add v18 to test target
1 parent 65f9f48 commit 3aa2ab0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
PGVERSION: # TODO: build with master branch
18+
- "18"
1819
- "17"
1920
- "16"
2021
- "15"
2122
- "14"
22-
- "13"
2323

2424
env:
2525
CACHE_VERSION: 20221222 # to identify cache version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
RHEL_VERSION: ["8", "9", "10"]
17-
PG_VERSION: ["13", "14", "15", "16", "17"]
17+
PG_VERSION: ["14", "15", "16", "17", "18"]
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
PGVERSION: # TODO: build with master branch
18-
- "18.0"
19-
- "17.5"
20-
- "16.9"
21-
- "15.13"
22-
- "14.18"
18+
- "18.1"
19+
- "17.6"
20+
- "16.10"
21+
- "15.14"
22+
- "14.19"
2323

2424
env:
2525
CACHE_VERSION: 20221222 # to identify cache version

0 commit comments

Comments
 (0)