Use REL_17_BETA1 in CI

pull/463/head
Artem Gavrilov 2024-05-23 16:25:14 +02:00
parent 2441445bcc
commit bf31663129
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: 'master' # TODO: Replace with REL_17_STABLE ref: 'REL_17_BETA1' # TODO: Replace with REL_17_STABLE
- name: Install dependencies - name: Install dependencies
run: | run: |