File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5555 - name : Run checks if triggered manually
5656 if : ${{ github.event_name == 'workflow_dispatch' }}
5757 run : |
58- SUFFIX=$(sudo nix run nixpkgs#yq -- " .postgres_release[\ "postgres${{ matrix.postgres_version }}\"]" ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
58+ SUFFIX=$(sudo nix run nixpkgs#yq -- ' .postgres_release["postgres${{ matrix.postgres_version }}"]' ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
5959 if [[ -z $SUFFIX ]] ; then
6060 echo "Version must include non-numeric characters if built manually."
6161 exit 1
Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ async_mode: true
77# postgresql_release_checksum: sha256:ea2cf059a85882654b989acd07edc121833164a30340faee0d3615cf7058e66c
88postgres_major :
99 - " 15"
10+ - " 16"
1011
1112# Full version strings for each major version
1213postgres_release :
13- postgres15 : " 15.8.1.004-saltminionfix"
14+ postgres15 : " 15.8.1.004"
15+ postgres16 : " 16.3.1.010"
1416
1517# Non Postgres Extensions
1618pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments