summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-16 22:24:07 +0100
committerGitHub <noreply@github.com>2023-11-16 22:24:07 +0100
commit5d0ea948f7445e391eea92b950f3eacec20df699 (patch)
tree5ef361c12d2ec0cc47c89d27554023e56bde59ee /nixos/tests
parenta383f7cf5062c465984f5ff92637ef06621541ef (diff)
parent0d6a668d40243996949771302d53f6531a77f878 (diff)
downloadnixpkgs-5d0ea948f7445e391eea92b950f3eacec20df699.tar
nixpkgs-5d0ea948f7445e391eea92b950f3eacec20df699.tar.gz
nixpkgs-5d0ea948f7445e391eea92b950f3eacec20df699.tar.bz2
nixpkgs-5d0ea948f7445e391eea92b950f3eacec20df699.tar.lz
nixpkgs-5d0ea948f7445e391eea92b950f3eacec20df699.tar.xz
nixpkgs-5d0ea948f7445e391eea92b950f3eacec20df699.tar.zst
nixpkgs-5d0ea948f7445e391eea92b950f3eacec20df699.zip
Merge pull request #267490 from onny/wordpress-update5
wordpress6_4: init at 6.4.1; wordpressPackages: update
Diffstat (limited to 'nixos/tests')
-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 937b505af2a..592af9a094f 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 = ''