mirror of https://github.com/citusdata/citus.git
Add support for Citus version 14.0.1 and pg18 in the oldest supported version matrix
parent
8ee7c97ca4
commit
15d9446df2
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue