mirror of https://github.com/citusdata/citus.git
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.0m3hm3t/pg18_pytest_fix
parent
3f9e12e010
commit
8f71720f87
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue