Skip to content

Commit c7e2e9c

Browse files
committed
Use last 2 PG versions for citus upgrades
1 parent acd3502 commit c7e2e9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

circleci/images/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ PG_UPGRADE_TESTER_VERSION=$(shell echo ${PG_VERSIONS}|tr ' ' '-'|sed 's/~//g')
1717
STYLE_CHECKER_TOOLS_VERSION=0.8.18
1818

1919
# 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
20+
CITUS_UPGRADE_PG_VERSIONS=$(shell tail -n2 PG_VERSIONS|cut -c 6-|tr '\n' ' ')
21+
2222
# 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
2423
CITUS_UPGRADE_VERSIONS_16=v12.1.10
24+
2525
# Latest minor version of Citus 13
2626
CITUS_UPGRADE_VERSIONS_17=v13.2.0
2727

0 commit comments

Comments
 (0)