Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions circleci/images/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion circleci/images/PG_VERSIONS
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
PG15=15.14
PG16=16.10
PG17=17.6