From 9edd4947637402f5157a346ea502fa7a7d502839 Mon Sep 17 00:00:00 2001 From: extrememicro Date: Fri, 6 Dec 2024 08:25:31 +0100 Subject: [PATCH] [ADD] ci: pg17 --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 925a15d..d72a974 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,7 @@ jobs: fail-fast: false matrix: pg_version: + - "17" - "16" - "15" - "14" @@ -41,7 +42,7 @@ jobs: - "9.6" env: # Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image - LATEST_RELEASE: "16-alpine" + LATEST_RELEASE: "17-alpine" DOCKER_REPO: tecnativa/postgres-autoconf DOCKER_TAG: ${{ matrix.pg_version }}-alpine GIT_SHA1: ${{ github.sha }}