We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256d223 commit c464bf8Copy full SHA for c464bf8
1 file changed
circleci/images/Makefile
@@ -24,6 +24,8 @@ CITUS_UPGRADE_VERSIONS_15=v11.1.0 v11.3.0 v12.1.10
24
CITUS_UPGRADE_VERSIONS_16=v12.1.10
25
# Latest minor version of Citus 13
26
CITUS_UPGRADE_VERSIONS_17=v13.2.0
27
+# Expected Citus 14.0 version to support PG18
28
+CITUS_UPGRADE_VERSIONS_18=m3hm3t/pg18_beta_confs
29
30
# Function to get Citus versions for a specific PG major version
31
get_citus_versions = $(CITUS_UPGRADE_VERSIONS_$(1))
0 commit comments