nixos/tests/lvm2: also build for new LTS kernel
This commit is contained in:
parent
e8cadb2394
commit
3bf06829ff
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
, config ? { }
|
||||
, pkgs ? import ../../.. { inherit system config; }
|
||||
, lib ? pkgs.lib
|
||||
, kernelVersionsToTest ? [ "4.19" "5.4" "5.10" "5.15" "latest" ]
|
||||
, 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
|
||||
|
|
Loading…
Reference in a new issue