Skip to content

Commit

Permalink
chore: correct names
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Oct 24, 2024
1 parent fed90a0 commit 9b078d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ async_mode: true
postgres_major:
#- "15"
#- "16"
- "oriole-16"
- "orioledb-16"

# Full version strings for each major version
# TOD PR uncomment these lines
postgres_release:
#postgres15: "15.8.1.003-staging-5"
#postgres16: "16.3.1.000-staging-5"
postgresoriole-16: "oriole-16.3.1.000-staging-9"
postgresoriole-16: "orioledb-16.3.1.000-staging-9"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down

0 comments on commit 9b078d0

Please sign in to comment.