From 0d6a668d40243996949771302d53f6531a77f878 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 14 Nov 2023 18:34:57 +0100 Subject: [PATCH] nixos/wordpress: Add test for wordpress6_4 --- nixos/tests/wordpress.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/wordpress.nix b/nixos/tests/wordpress.nix index 937b505af2ac..592af9a094f1 100644 --- a/nixos/tests/wordpress.nix +++ b/nixos/tests/wordpress.nix @@ -67,7 +67,7 @@ rec { networking.hosts."127.0.0.1" = [ "site1.local" "site2.local" ]; }; }) {} [ - "6_3" + "6_3" "6_4" ]; testScript = ''