File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ PG_UPGRADE_TESTER_VERSION=$(shell echo ${PG_VERSIONS}|tr ' ' '-'|sed 's/~//g')
1616
1717STYLE_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
2222CITUS_UPGRADE_VERSIONS_16 =v12.1.10
2323# Latest minor version of Citus 13
2424CITUS_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
2729get_citus_versions = $(CITUS_UPGRADE_VERSIONS_$(1 ) )
Original file line number Diff line number Diff line change 1- PG16=16.11
2- PG17=17.7
3- PG18=18.1
1+ PG16=16.13
2+ PG17=17.9
3+ PG18=18.3
You can’t perform that action at this time.
0 commit comments