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 pkgs ? import ../../.. { inherit system config; }, 5 lib ? pkgs.lib, 6 kernelVersionsToTest ? [ 7 - "4.19" 8 "5.4" 9 "5.10" 10 "5.15" 11 "6.1" 12 "latest" 13 ], 14 }:
··· 4 pkgs ? import ../../.. { inherit system config; }, 5 lib ? pkgs.lib, 6 kernelVersionsToTest ? [ 7 "5.4" 8 "5.10" 9 "5.15" 10 "6.1" 11 + "6.6" 12 "latest" 13 ], 14 }: