From 9884f40b1bb1931ea13a5f2d48c76f7bb36a8cac Mon Sep 17 00:00:00 2001 From: naisila Date: Tue, 19 Nov 2024 13:12:19 +0300 Subject: [PATCH] drop pg14 support --- circleci/images/Makefile | 4 ++-- circleci/images/PG_VERSIONS | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/circleci/images/Makefile b/circleci/images/Makefile index 0389901..7396e2b 100644 --- a/circleci/images/Makefile +++ b/circleci/images/Makefile @@ -18,8 +18,8 @@ STYLE_CHECKER_TOOLS_VERSION=0.8.18 # we should add more majors/citus versions when we address https://github.com/citusdata/citus/issues/4807 CITUS_UPGRADE_PG_VERSIONS=$(shell head -n1 PG_VERSIONS|cut -c 6-|tr '\n' ' ' ) -# 10.2.0 is the oldest version supporting PG14, whereas 11.3.0 is for upgrade_pg_dist_cleanup tests -CITUS_UPGRADE_VERSIONS=v10.2.0 v11.3.0 +# 11.1.0 is the oldest version supporting PG15, whereas 11.3.0 is for upgrade_pg_dist_cleanup tests +CITUS_UPGRADE_VERSIONS=v11.1.0 v11.3.0 # code below creates targets for all postgres versions in PG_VERSIONS define make-image-targets diff --git a/circleci/images/PG_VERSIONS b/circleci/images/PG_VERSIONS index b2f63b2..2c7b5d2 100644 --- a/circleci/images/PG_VERSIONS +++ b/circleci/images/PG_VERSIONS @@ -1,3 +1,2 @@ -PG14=14.12 PG15=15.7 PG16=16.3