Skip to content

Commit 567995b

Browse files
Merge pull request #30 from Tecnativa/add-pg18
[ADD] PG 18
2 parents 193cc25 + 5357fc9 commit 567995b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
pg_version:
34+
- "18"
3435
- "17"
3536
- "16"
3637
- "15"
@@ -42,7 +43,7 @@ jobs:
4243
- "9.6"
4344
env:
4445
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
45-
LATEST_RELEASE: "17-alpine"
46+
LATEST_RELEASE: "18-alpine"
4647
DOCKER_REPO: tecnativa/postgres-autoconf
4748
DOCKER_TAG: ${{ matrix.pg_version }}-alpine
4849
GIT_SHA1: ${{ github.sha }}

0 commit comments

Comments
 (0)