From cc46951f2c0718ea71947df81ea48411f9c07374 Mon Sep 17 00:00:00 2001 From: naisila Date: Sun, 7 Dec 2025 22:47:24 +0300 Subject: [PATCH] Removes PG15 --- 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 32d78ed..16c051f 100644 --- a/circleci/images/Makefile +++ b/circleci/images/Makefile @@ -18,9 +18,7 @@ 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' ' ') -# 11.1.0 is the oldest version supporting PG15, whereas 11.3.0 is for upgrade_pg_dist_cleanup tests # 12.1.10 is the latest release of Citus 12 when the test is expanded to cover Citus 12 -CITUS_UPGRADE_VERSIONS_15=v11.1.0 v11.3.0 v12.1.10 CITUS_UPGRADE_VERSIONS_16=v12.1.10 # Latest minor version of Citus 13 CITUS_UPGRADE_VERSIONS_17=v13.2.0 diff --git a/circleci/images/PG_VERSIONS b/circleci/images/PG_VERSIONS index 5d2c6c9..7032704 100644 --- a/circleci/images/PG_VERSIONS +++ b/circleci/images/PG_VERSIONS @@ -1,3 +1,2 @@ -PG15=15.14 PG16=16.10 PG17=17.6