nixosTests.timescaledb: fix build, bump postgres version (#348214)

This commit is contained in:
kirillrdy 2024-10-17 06:07:54 +11:00 committed by GitHub
commit b1428c8f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: {