Skip to content

Commit d349334

Browse files
committed
Removes PG15
1 parent 24bb0ba commit d349334

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

circleci/images/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ STYLE_CHECKER_TOOLS_VERSION=0.8.18
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-
# 11.1.0 is the oldest version supporting PG15, whereas 11.3.0 is for upgrade_pg_dist_cleanup tests
2221
# 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
2422
CITUS_UPGRADE_VERSIONS_16=v12.1.10
2523
# Latest minor version of Citus 13
2624
CITUS_UPGRADE_VERSIONS_17=v13.2.0

circleci/images/PG_VERSIONS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
PG15=15.15
21
PG16=16.11
32
PG17=17.7

0 commit comments

Comments
 (0)