diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8c5835..5a5e27e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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