Skip to content

Commit

Permalink
use the highest postgres version as the container for the sql snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Jul 11, 2024
1 parent d253822 commit 880168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }'
Expand Down

0 comments on commit 880168d

Please sign in to comment.