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 @@ -21,8 +21,6 @@ STYLE_CHECKER_TOOLS_VERSION=0.8.33
# out by name so reordering PG_VERSIONS does not silently change which
# major is dropped.
CITUS_UPGRADE_PG_VERSIONS=$(shell grep -v '^PG19=' 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
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 @@
PG16=16.14
PG17=17.10
PG18=18.4
PG19=19~beta3