Add support for Citus version 18.0 in the oldest supported version matrix for pytest

Fix oldest supported Citus version for version 18 in the version matrix

Update oldest supported Citus version for PG major version 18 to 13.1.0
m3hm3t/pg18_pytest_fix
Mehmet Yilmaz 2025-07-03 13:21:15 +00:00
parent 9e42f3f2c4
commit 8063183410
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: "13.1.0",
} }
OLDEST_SUPPORTED_CITUS_VERSION = OLDEST_SUPPORTED_CITUS_VERSION_MATRIX[PG_MAJOR_VERSION] OLDEST_SUPPORTED_CITUS_VERSION = OLDEST_SUPPORTED_CITUS_VERSION_MATRIX[PG_MAJOR_VERSION]