nixosTests.timescaledb: fix build, bump postgres version

This commit is contained in:
Kirill Radzikhovskyy 2024-10-13 19:21:23 +11:00
parent f6ec4230d7
commit df3ae6ee5c

View File

@ -83,7 +83,7 @@ let
'';
};
applicablePostgresqlVersions = filterAttrs (_: value: versionAtLeast value.version "12") postgresql-versions;
applicablePostgresqlVersions = filterAttrs (_: value: versionAtLeast value.version "14") postgresql-versions;
in
mapAttrs'
(name: package: {