Use PG17-beta3 (#483)

pull/484/head
Artem Gavrilov 2024-08-16 16:52:31 +02:00 committed by GitHub
parent 0c50b23d6f
commit bcf7bed60b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: 'postgres/postgres' repository: 'postgres/postgres'
ref: 'REL_17_BETA2' # TODO: Replace with REL_17_STABLE ref: 'REL_17_STABLE'
- name: Install dependencies - name: Install dependencies
run: | run: |