Skip to content

Commit f8a0902

Browse files
[ADD] Psql 17
1 parent e665865 commit f8a0902

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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+
- "17"
3435
- "16"
3536
- "15"
3637
- "14"
@@ -41,7 +42,7 @@ jobs:
4142
- "9.6"
4243
env:
4344
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
44-
LATEST_RELEASE: "16-alpine"
45+
LATEST_RELEASE: "17-alpine"
4546
DOCKER_REPO: tecnativa/postgres-autoconf
4647
DOCKER_TAG: ${{ matrix.pg_version }}-alpine
4748
GIT_SHA1: ${{ github.sha }}

0 commit comments

Comments
 (0)