Skip to content

Commit 3ce13e3

Browse files
committed
Bump pg versions, add PG15
1 parent 3c8dbc8 commit 3ce13e3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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 -n2 PG_VERSIONS|cut -c 6-|tr '\n' ' ')
21+
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

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+
PG15=15.17
2+
PG16=16.13
3+
PG17=17.9

0 commit comments

Comments
 (0)