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.

+1 -1
+1 -1
nixos/tests/lvm2/default.nix
··· 4 4 pkgs ? import ../../.. { inherit system config; }, 5 5 lib ? pkgs.lib, 6 6 kernelVersionsToTest ? [ 7 - "4.19" 8 7 "5.4" 9 8 "5.10" 10 9 "5.15" 11 10 "6.1" 11 + "6.6" 12 12 "latest" 13 13 ], 14 14 }: