We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b357c commit addd721Copy full SHA for addd721
.github/workflows/publish-nix-pgupgrade-scripts.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- develop
7
- release/*
8
+ - sam/15-6-merge-staging
9
paths:
10
- '.github/workflows/publish-nix-pgupgrade-scripts.yml'
11
workflow_dispatch:
ansible/vars.yml
@@ -9,9 +9,9 @@ postgres_major:
# Full version strings for each major version
postgres_release:
12
- postgresorioledb-17: "17.0.1.007-orioledb-stage1"
13
- postgres15: "15.8.1.017-stage-1"
14
- postgres16: "16.3.1.023-stage-1"
+ postgresorioledb-17: "17.0.1.007-orioledb-stage2"
+ postgres15: "15.8.1.017-stage-2"
+ postgres16: "16.3.1.023-stage-2"
15
16
# Non Postgres Extensions
17
pgbouncer_release: "1.19.0"
0 commit comments