Skip to content

Commit

Permalink
drop pg14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
naisila committed Jan 24, 2025
1 parent 20e585f commit 2ad1f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions circleci/images/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion circleci/images/PG_VERSIONS
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
PG14=14.15
PG15=15.10
PG16=16.6
PG17=17.2

0 comments on commit 2ad1f90

Please sign in to comment.