nixos/wordpress: Add test for wordpress6_4
This commit is contained in:
parent
9a38db5ea8
commit
0d6a668d40
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue