undo pgupgrade test changes to include pg17, since the python scripts don't have valid pg17 references just yet

pull/7829/head
Nils Dijk 2025-01-07 13:36:44 +00:00
parent 8fda6620c5
commit 6556e6e81a
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ jobs:
style_checker_image_name: "ghcr.io/citusdata/stylechecker"
style_checker_tools_version: "0.8.18"
sql_snapshot_pg_version: "16.6"
image_suffix: "-dev-c31f6f8"
image_suffix: "-dev-2070de5"
pg14_version: '{ "major": "14", "full": "14.15" }'
pg15_version: '{ "major": "15", "full": "15.10" }'
pg16_version: '{ "major": "16", "full": "16.6" }'
upgrade_pg_versions: "14.15-15.10-16.6-17.2"
upgrade_pg_versions: "14.15-15.10-16.6"
steps:
# Since GHA jobs need at least one step we use a noop step here.
- name: Set up parameters