mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Use REL_17_BETA1 in CI
This commit is contained in:
2
.github/workflows/postgresql-17-build.yml
vendored
2
.github/workflows/postgresql-17-build.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user