use the highest postgres version as the container for the sql snapshots

pull/7652/head
Nils Dijk 2024-07-11 11:26:54 +00:00
parent d253822b28
commit 880168d4d2
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
pgupgrade_image_name: "ghcr.io/citusdata/pgupgradetester"
style_checker_image_name: "ghcr.io/citusdata/stylechecker"
style_checker_tools_version: "0.8.18"
sql_snapshot_pg_version: "ghcr.io/citusdata/sqlsnapshot"
sql_snapshot_pg_version: "16.2"
image_suffix: "-dev-5c0f4e6"
pg14_version: '{ "major": "14", "full": "14.11" }'
pg15_version: '{ "major": "15", "full": "15.6" }'