diff --git a/.github/workflows/postgresql-17-build.yml b/.github/workflows/postgresql-17-build.yml index a7b7f6e1..c0834610 100644 --- a/.github/workflows/postgresql-17-build.yml +++ b/.github/workflows/postgresql-17-build.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'postgres/postgres' - ref: 'REL_17_BETA2' # TODO: Replace with REL_17_STABLE + ref: 'REL_17_STABLE' - name: Install dependencies run: |