about summary refs log tree commit diff
path: root/nixos/tests/pgvecto-rs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/pgvecto-rs.nix')
-rw-r--r--nixos/tests/pgvecto-rs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pgvecto-rs.nix b/nixos/tests/pgvecto-rs.nix
index cd871dab6a0f1..8d9d6c0b88f51 100644
--- a/nixos/tests/pgvecto-rs.nix
+++ b/nixos/tests/pgvecto-rs.nix
@@ -66,7 +66,7 @@ let
     '';
 
   };
-  applicablePostgresqlVersions = filterAttrs (_: value: versionAtLeast value.version "12") postgresql-versions;
+  applicablePostgresqlVersions = filterAttrs (_: value: versionAtLeast value.version "14") postgresql-versions;
 in
 mapAttrs'
   (name: package: {