Update image suffix in build configuration for consistency

Update image suffix in build configuration for consistency

Update image suffix in build configuration for consistency

Update image suffix in build configuration for consistency

Update image suffix in build configuration for consistency

Update PostgreSQL version numbers in build configuration
m3hm3t/pg18_support
Mehmet Yilmaz 2025-05-20 19:31:38 +00:00
parent 41f2df8832
commit fb908ddac3
1 changed files with 4 additions and 4 deletions

View File

@ -32,10 +32,10 @@ jobs:
style_checker_image_name: "ghcr.io/citusdata/stylechecker"
style_checker_tools_version: "0.8.18"
sql_snapshot_pg_version: "17.4"
image_suffix: "-dev-3bae8b2"
pg15_version: '{ "major": "15", "full": "15.12" }'
pg16_version: '{ "major": "16", "full": "16.8" }'
pg17_version: '{ "major": "17", "full": "17.4" }'
image_suffix: "-dev-aa7482a"
pg15_version: '{ "major": "15", "full": "15.13" }'
pg16_version: '{ "major": "16", "full": "16.9" }'
pg17_version: '{ "major": "17", "full": "17.5" }'
pg18_version: '{ "major": "18", "full": "18beta1" }'
upgrade_pg_versions: "15.12-16.8-17.4-18beta1"
steps: