Skip to content

Commit fd7674d

Browse files
committed
hard code postgres versions
1 parent f8d324f commit fd7674d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packaging_automation/test_citus_package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ def get_postgres_versions_from_matrix_file(project_version: str) -> List[str]:
8484

8585
platform = args.os_release
8686

87-
postgres_versions = get_postgres_versions_from_matrix_file(args.project_version)
87+
# postgres_versions = get_postgres_versions_from_matrix_file(args.project_version)
88+
postgres_versions = ["15", "16"]
8889

8990
print(f"This version of Citus supports following pg versions: {postgres_versions}")
9091

0 commit comments

Comments
 (0)