From 5357fc9b190670bb508f33968982e904178589f5 Mon Sep 17 00:00:00 2001 From: josep-tecnativa Date: Wed, 24 Dec 2025 15:04:26 +0100 Subject: [PATCH] [ADD] PG 18 --- .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 cf3332e..a33262c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,7 @@ jobs: fail-fast: false matrix: pg_version: + - "18" - "17" - "16" - "15" @@ -42,7 +43,7 @@ jobs: - "9.6" env: # Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image - LATEST_RELEASE: "17-alpine" + LATEST_RELEASE: "18-alpine" DOCKER_REPO: tecnativa/postgres-autoconf DOCKER_TAG: ${{ matrix.pg_version }}-alpine GIT_SHA1: ${{ github.sha }}