nixos/wordpress: Add test for wordpress6_4

This commit is contained in:
Jonas Heinrich 2023-11-14 18:34:57 +01:00
parent 9a38db5ea8
commit 0d6a668d40

View file

@ -67,7 +67,7 @@ rec {
networking.hosts."127.0.0.1" = [ "site1.local" "site2.local" ]; networking.hosts."127.0.0.1" = [ "site1.local" "site2.local" ];
}; };
}) {} [ }) {} [
"6_3" "6_3" "6_4"
]; ];
testScript = '' testScript = ''