Use Citus 12.1.1 instead of 12.1devel in upgrade tests

pull/7413/head
Onur Tirtir 2024-01-15 11:35:07 +03:00
parent c30435d630
commit d02453f0ab
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ PG_MAJOR_VERSION = get_pg_major_version()
OLDEST_SUPPORTED_CITUS_VERSION_MATRIX = {
14: "10.2.0",
15: "11.1.5",
16: "12.1devel",
16: "12.1.1",
}
OLDEST_SUPPORTED_CITUS_VERSION = OLDEST_SUPPORTED_CITUS_VERSION_MATRIX[PG_MAJOR_VERSION]