nixos/tests/lvm2: also build for new LTS kernel

ajs124 3bf06829 e8cadb23

Changed files
+1 -1
nixos
tests
+1 -1
nixos/tests/lvm2/default.nix
···
, config ? { }
, pkgs ? import ../../.. { inherit system config; }
, lib ? pkgs.lib
-
, kernelVersionsToTest ? [ "4.19" "5.4" "5.10" "5.15" "latest" ]
}:
# For quickly running a test, the nixosTests.lvm2.lvm-thinpool-linux-latest attribute is recommended
···
, config ? { }
, pkgs ? import ../../.. { inherit system config; }
, lib ? pkgs.lib
+
, kernelVersionsToTest ? [ "4.19" "5.4" "5.10" "5.15" "6.1" "latest" ]
}:
# For quickly running a test, the nixosTests.lvm2.lvm-thinpool-linux-latest attribute is recommended