about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-20 00:41:56 +0200
committerGitHub <noreply@github.com>2023-09-20 00:41:56 +0200
commit0425ad73b3804820f7b836a6b68a02f4f78b57b0 (patch)
tree789cfd81935d689871c4f5fbf63243da5b60d195 /nixos/tests
parent587bc814cb0a18a87265d221e2f2bb71838bab06 (diff)
parentb4521212e4a40e59e2df709bb6e1b5c680ca88ee (diff)
Merge pull request #255549 from wegank/wordpress-bump
wordpress: 6.2.2 -> 6.3.1
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 4e322774fef59..106bbff46c54a 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_1" "6_2"
+    "6_1" "6_2" "6_3"
   ];
 
   testScript = ''