Skip to content

Commit

Permalink
Add support for PostgreSQL 17
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyaaa committed Jan 27, 2025
1 parent 3f442a0 commit 1c23557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
RHEL_VERSION: ["8", "9"]
PG_VERSION: ["13", "14", "15", "16"]
PG_VERSION: ["13", "14", "15", "16", "17"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1c23557

Please sign in to comment.