Update image suffix in build_and_test workflow

m3hm3t/pg18_installcheck_fix
Mehmet Yilmaz 2025-07-14 19:29:04 +00:00
parent d95b59a83f
commit d97c9346a9
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ jobs:
style_checker_image_name: "ghcr.io/citusdata/stylechecker" style_checker_image_name: "ghcr.io/citusdata/stylechecker"
style_checker_tools_version: "0.8.18" style_checker_tools_version: "0.8.18"
sql_snapshot_pg_version: "17.5" sql_snapshot_pg_version: "17.5"
# image_suffix: "-dev-8f3fd61" image_suffix: "-dev-8f3fd61"
image_suffix: "-dev-aa7482a" # image_suffix: "-dev-aa7482a"
pg15_version: '{ "major": "15", "full": "15.13" }' pg15_version: '{ "major": "15", "full": "15.13" }'
pg16_version: '{ "major": "16", "full": "16.9" }' pg16_version: '{ "major": "16", "full": "16.9" }'
pg17_version: '{ "major": "17", "full": "17.5" }' pg17_version: '{ "major": "17", "full": "17.5" }'