about summary refs log tree commit diff
path: root/nixos/tests/wordpress.nix
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-11-14 18:34:57 +0100
committerJonas Heinrich <onny@project-insanity.org>2023-11-14 18:34:57 +0100
commit0d6a668d40243996949771302d53f6531a77f878 (patch)
treef69142e6870c51cce4def58a53e91fc0bbabbbce /nixos/tests/wordpress.nix
parent9a38db5ea8bb22c49e207e255b352ad4577d4ec5 (diff)
nixos/wordpress: Add test for wordpress6_4
Diffstat (limited to 'nixos/tests/wordpress.nix')
-rw-r--r--nixos/tests/wordpress.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/wordpress.nix b/nixos/tests/wordpress.nix
index 937b505af2acd..592af9a094f1d 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 = ''