nixosTest.lvm2: remove 4.19 kernel, test on 6.6
All tests continue to pass except for `nixosTests.lvm2.lvm-raid-sd-stage-1-linux-5_15` which continues to fail due to not having a kernel with the appropriate options configured.
Philip Taron 11 months ago 0c160da0 53402f94
··· 4 4 pkgs ? import ../../.. { inherit system config; }, 5 5 lib ? pkgs.lib, 6 6 kernelVersionsToTest ? [ 7 7 - "4.19" 8 7 "5.4" 9 8 "5.10" 10 9 "5.15" 11 10 "6.1" 11 11 + "6.6" 12 12 "latest" 13 13 ], 14 14 }: