Skip to content

Commit 15cd08f

Browse files
authored
Add pg18.1 (#176)
Sister PR citusdata/citus#8065
1 parent afdc5ac commit 15cd08f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

circleci/images/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PG_UPGRADE_TESTER_VERSION=$(shell echo ${PG_VERSIONS}|tr ' ' '-'|sed 's/~//g')
1717
STYLE_CHECKER_TOOLS_VERSION=0.8.33
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' ' ')
20+
CITUS_UPGRADE_PG_VERSIONS=$(shell head -n2 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

circleci/images/PG_VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
PG16=16.11
22
PG17=17.7
3+
PG18=18.1

0 commit comments

Comments
 (0)