Skip to content

Commit 9475bf0

Browse files
jfrocheyvan-sraka
authored andcommitted
chore: add release suffix for testing
1 parent 6cd53dd commit 9475bf0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.5.1.045-orioledb"
14-
postgres17: "17.6.1.024"
15-
postgres15: "15.14.1.024"
13+
postgresorioledb-17: "17.5.1.045-orioledb-pg-jwt-1"
14+
postgres17: "17.6.1.024-pg-jwt-1"
15+
postgres15: "15.14.1.024-pg-jwt-1"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.19.0

nix/ext/tests/pgjwt.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515
postgresql
1616
postgresql.lib
1717
(installedExtension majorVersion)
18-
self.packages.${pkgs.system}."psql_${majorVersion}/exts/hypopg" # dependency
18+
self.packages.${pkgs.system}."psql_${majorVersion}/exts/hypopg-all" # dependency
1919
];
2020
passthru = {
2121
inherit (postgresql) version psqlSchema;

0 commit comments

Comments
 (0)