We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660aa7a commit eab367aCopy full SHA for eab367a
1 file changed
circleci/images/Makefile
@@ -18,7 +18,7 @@ STYLE_CHECKER_TOOLS_VERSION=0.8.18
18
19
# we should add more majors/citus versions when we address https://github.com/citusdata/citus/issues/4807
20
CITUS_UPGRADE_PG_VERSIONS=$(shell head -n1 PG_VERSIONS|cut -c 6-|tr '\n' ' ' )
21
-# 11.1.0 is the oldest version supporting PG15, whereas 11.3.0 is for upgrade_pg_dist_cleanup tests
+# 11.1.0 is the oldest version supporting PG15, whereas 11.3.0 is for upgrade_pg_dist_cleanup tests
22
CITUS_UPGRADE_VERSIONS=v11.1.0 v11.3.0
23
24
# code below creates targets for all postgres versions in PG_VERSIONS
0 commit comments