We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 193cc25 + 5357fc9 commit 567995bCopy full SHA for 567995b
1 file changed
.github/workflows/ci.yaml
@@ -31,6 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
pg_version:
34
+ - "18"
35
- "17"
36
- "16"
37
- "15"
@@ -42,7 +43,7 @@ jobs:
42
43
- "9.6"
44
env:
45
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
- LATEST_RELEASE: "17-alpine"
46
+ LATEST_RELEASE: "18-alpine"
47
DOCKER_REPO: tecnativa/postgres-autoconf
48
DOCKER_TAG: ${{ matrix.pg_version }}-alpine
49
GIT_SHA1: ${{ github.sha }}
0 commit comments