Skip to content

Commit 8a1d45e

Browse files
committed
Add citus upgrade version for pg15
1 parent a19c479 commit 8a1d45e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circleci/images/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ STYLE_CHECKER_TOOLS_VERSION=0.8.33
1818

1919
# Upgrade tests for the PG major versions from PG_VERSIONS file
2020
CITUS_UPGRADE_PG_VERSIONS=$(shell head PG_VERSIONS|cut -c 6-|tr '\n' ' ')
21+
# latest minor version of Citus 12
22+
CITUS_UPGRADE_VERSIONS_15=v12.1.10
2123
# 12.1.10 is the latest release of Citus 12 when the test is expanded to cover Citus 12
2224
CITUS_UPGRADE_VERSIONS_16=v12.1.10
2325
# Latest minor version of Citus 13

0 commit comments

Comments
 (0)