From 59e291b5ad4c7b2503bb6f0ebdd536e70d5cf0c3 Mon Sep 17 00:00:00 2001 From: Ibrahim Halatci Date: Thu, 27 Aug 2026 17:41:25 +0300 Subject: [PATCH] Bump supported PostgreSQL minors Use PostgreSQL 17.11 and 18.6 for the test image build. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f0b20afc-67e7-45fd-890a-ca66519f0c45 --- circleci/images/PG_VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circleci/images/PG_VERSIONS b/circleci/images/PG_VERSIONS index 7ea7bd4..14d3def 100644 --- a/circleci/images/PG_VERSIONS +++ b/circleci/images/PG_VERSIONS @@ -1,2 +1,2 @@ -PG17=17.10 -PG18=18.4 +PG17=17.11 +PG18=18.6