From ef6cc6833afe011568d3de847c676b31e7aa7c70 Mon Sep 17 00:00:00 2001 From: Ibrahim Halatci Date: Wed, 12 Aug 2026 21:02:52 +0300 Subject: [PATCH] Drop PG16 from the test images Citus main is dropping PG16 support, making PG17 the minimum supported version. Stop building PG16 test images and remove the PG16 citus-upgrade version list. Mirrors #178, which did the same for PG15. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7b92da71-e0c2-4baf-b47d-c81ec58da88b --- circleci/images/Makefile | 2 -- circleci/images/PG_VERSIONS | 1 - 2 files changed, 3 deletions(-) diff --git a/circleci/images/Makefile b/circleci/images/Makefile index 52c2ebe..705ade3 100644 --- a/circleci/images/Makefile +++ b/circleci/images/Makefile @@ -18,8 +18,6 @@ STYLE_CHECKER_TOOLS_VERSION=0.8.33 # Upgrade tests for the PG major versions from PG_VERSIONS file CITUS_UPGRADE_PG_VERSIONS=$(shell head PG_VERSIONS|cut -c 6-|tr '\n' ' ') -# Latest minor version of Citus 12 -CITUS_UPGRADE_VERSIONS_16=v12.1.14 # Latest minor version of Citus 13 CITUS_UPGRADE_VERSIONS_17=v13.4.0 # Latest minor version of Citus 14 diff --git a/circleci/images/PG_VERSIONS b/circleci/images/PG_VERSIONS index 030ce48..7ea7bd4 100644 --- a/circleci/images/PG_VERSIONS +++ b/circleci/images/PG_VERSIONS @@ -1,3 +1,2 @@ -PG16=16.14 PG17=17.10 PG18=18.4