We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d3aa0 commit 9555df2Copy full SHA for 9555df2
circleci/images/Makefile
@@ -18,9 +18,7 @@ STYLE_CHECKER_TOOLS_VERSION=0.8.33
18
19
# Upgrade tests for the PG major versions from PG_VERSIONS file
20
CITUS_UPGRADE_PG_VERSIONS=$(shell head 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
22
# 12.1.10 is the latest release of Citus 12 when the test is expanded to cover Citus 12
23
-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
circleci/images/PG_VERSIONS
@@ -1,3 +1,2 @@
1
-PG15=15.14
2
PG16=16.10
3
PG17=17.6
0 commit comments