Skip to content

Commit

Permalink
Naisila's locally built images that dont include pg17
Browse files Browse the repository at this point in the history
  • Loading branch information
naisila committed Jan 12, 2025
1 parent b2a9bd8 commit 314fe1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-889e4c1"
image_suffix: "-dev-5779674"
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
Expand Down

0 comments on commit 314fe1e

Please sign in to comment.