Skip to content

Commit 4dc9500

Browse files
committed
revert test config
1 parent e2bf5ad commit 4dc9500

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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

ansible/vars.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ async_mode: true
77
# postgresql_release_checksum: sha256:ea2cf059a85882654b989acd07edc121833164a30340faee0d3615cf7058e66c
88
postgres_major:
99
- "15"
10+
- "16"
1011

1112
# Full version strings for each major version
1213
postgres_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
1618
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)