Skip to content

Commit 3b8584f

Browse files
committed
update PG minors + add citus 14 as upgrade target in makefile
1 parent 0908313 commit 3b8584f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

circleci/images/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ PG_UPGRADE_TESTER_VERSION=$(shell echo ${PG_VERSIONS}|tr ' ' '-'|sed 's/~//g')
1616

1717
STYLE_CHECKER_TOOLS_VERSION=0.8.33
1818

19-
# Upgrade tests for the PG major versions from PG_VERSIONS file
20-
CITUS_UPGRADE_PG_VERSIONS=$(shell head -n2 PG_VERSIONS|cut -c 6-|tr '\n' ' ')
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' ' ')
2121
# 12.1.10 is the latest release of Citus 12 when the test is expanded to cover Citus 12
2222
CITUS_UPGRADE_VERSIONS_16=v12.1.10
2323
# Latest minor version of Citus 13
2424
CITUS_UPGRADE_VERSIONS_17=v13.2.0
25+
# Latest minor version of Citus 14
26+
CITUS_UPGRADE_VERSIONS_18=v14.0.0
2527

2628
# Function to get Citus versions for a specific PG major version
2729
get_citus_versions = $(CITUS_UPGRADE_VERSIONS_$(1))

circleci/images/PG_VERSIONS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PG16=16.11
2-
PG17=17.7
3-
PG18=18.1
1+
PG16=16.13
2+
PG17=17.9
3+
PG18=18.3

0 commit comments

Comments
 (0)