From 9fa9c3e45c08d7b9611888337e3aa3136fe9dece Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Mon, 12 Aug 2024 15:54:56 +0200 Subject: [PATCH] Use PG17-beta3 --- .github/workflows/postgresql-17-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgresql-17-build.yml b/.github/workflows/postgresql-17-build.yml index a7b7f6e1..4d591c24 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_BETA3' # TODO: Replace with REL_17_STABLE - name: Install dependencies run: |