Skip to content

Commit c72301e

Browse files
committed
feat: rebase on develop and suffix for testing
1 parent e90b1ed commit c72301e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ansible/vars.yml

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

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.5.1.014-orioledb"
13-
postgres17: "17.4.1.071"
14-
postgres15: "15.8.1.128"
12+
postgresorioledb-17: "17.5.1.014-orioledb-test-1"
13+
postgres17: "17.4.1.071-test-1"
14+
postgres15: "15.8.1.128-test-1"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

nix/ext/tests/pg_stat_monitor.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ self.inputs.nixpkgs.lib.nixos.runTest {
101101
requires = [ "postgresql-migrate.service" ];
102102
};
103103
};
104-
105104
};
106105
testScript =
107106
{ nodes, ... }:

0 commit comments

Comments
 (0)