Skip to content

Commit

Permalink
Include pg17 in upgrade_pg_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
naisila committed Jan 10, 2025
1 parent b2216cd commit b2a9bd8
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 @@ -36,7 +36,7 @@ jobs:
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"
upgrade_pg_versions: "14.15-15.10-16.6-17.2"
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 b2a9bd8

Please sign in to comment.