We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8dbc8 commit 3ce13e3Copy full SHA for 3ce13e3
circleci/images/Makefile
@@ -18,6 +18,8 @@ STYLE_CHECKER_TOOLS_VERSION=0.8.33
18
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' ' ')
21
+
22
+CITUS_UPGRADE_VERSIONS_15=v12.1.10
23
# 12.1.10 is the latest release of Citus 12 when the test is expanded to cover Citus 12
24
CITUS_UPGRADE_VERSIONS_16=v12.1.10
25
# Latest minor version of Citus 13
circleci/images/PG_VERSIONS
@@ -1,3 +1,3 @@
1
-PG16=16.11
2
-PG17=17.7
3
-PG18=18.1
+PG15=15.17
+PG16=16.13
+PG17=17.9
0 commit comments