summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorDoro Rose <doroerose@gmail.com>2022-03-02 11:55:53 +0100
committerPascal Bach <pascal.bach@nextrem.ch>2022-04-09 09:41:55 +0200
commit462b1e4473d3d322a8ddc3a335ebc8959e645ce8 (patch)
tree483e9bfb5a3af6d8146790c6387f6ea50ecd5d2f /nixos/tests
parentbe2156a1e74b0bdac73bb0e62a4ae40bc60caa9b (diff)
downloadnixpkgs-462b1e4473d3d322a8ddc3a335ebc8959e645ce8.tar
nixpkgs-462b1e4473d3d322a8ddc3a335ebc8959e645ce8.tar.gz
nixpkgs-462b1e4473d3d322a8ddc3a335ebc8959e645ce8.tar.bz2
nixpkgs-462b1e4473d3d322a8ddc3a335ebc8959e645ce8.tar.lz
nixpkgs-462b1e4473d3d322a8ddc3a335ebc8959e645ce8.tar.xz
nixpkgs-462b1e4473d3d322a8ddc3a335ebc8959e645ce8.tar.zst
nixpkgs-462b1e4473d3d322a8ddc3a335ebc8959e645ce8.zip
mongodb: add 4.4
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/mongodb.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/mongodb.nix b/nixos/tests/mongodb.nix
index 9c6fdfb1ca7..edd074f5163 100644
--- a/nixos/tests/mongodb.nix
+++ b/nixos/tests/mongodb.nix
@@ -37,6 +37,8 @@ import ./make-test-python.nix ({ pkgs, ... }:
           mongodb-3_6
           mongodb-4_0
           mongodb-4_2
+          mongodb-4_4
+          mongodb-5_0
         ];
       };
     };
@@ -48,6 +50,8 @@ import ./make-test-python.nix ({ pkgs, ... }:
       + runMongoDBTest pkgs.mongodb-3_6
       + runMongoDBTest pkgs.mongodb-4_0
       + runMongoDBTest pkgs.mongodb-4_2
+      + runMongoDBTest pkgs.mongodb-4_4
+      + runMongoDBTest pkgs.mongodb-5_0
       + ''
         node.shutdown()
       '';