Add support for Citus version 14.0.1 and pg18 in the oldest supported version matrix

m3hm3t/pg18_pytest
Mehmet Yilmaz 2025-07-01 07:52:36 +00:00
parent 8ee7c97ca4
commit 15d9446df2
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ OLDEST_SUPPORTED_CITUS_VERSION_MATRIX = {
15: "11.1.5", 15: "11.1.5",
16: "12.1.5", 16: "12.1.5",
17: "13.0.1", 17: "13.0.1",
18: "14.0.1",
} }
OLDEST_SUPPORTED_CITUS_VERSION = OLDEST_SUPPORTED_CITUS_VERSION_MATRIX[PG_MAJOR_VERSION] OLDEST_SUPPORTED_CITUS_VERSION = OLDEST_SUPPORTED_CITUS_VERSION_MATRIX[PG_MAJOR_VERSION]