File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
id : process_release_version
52
52
run : |
53
53
VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
54
- VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
54
+ VERSION=$(echo $VERSION | tr -d '"') # Remove any surrounding quotes
55
55
if [[ "${{ inputs.postgresVersion }}" != "" ]]; then
56
56
VERSION=${{ inputs.postgresVersion }}
57
57
fi
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ postgres_major:
11
11
12
12
# Full version strings for each major version
13
13
postgres_release :
14
- postgres15 : " 15.8.1.010-staging2 "
15
- postgres16 : " 16.3.1.016-staging2 "
14
+ postgres15 : " 15.8.1.010-staging3 "
15
+ postgres16 : " 16.3.1.016-staging3 "
16
16
17
17
# Non Postgres Extensions
18
18
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments