diff options
author | Maximilian Bosch | 2024-11-12 19:20:25 +0100 |
---|---|---|
committer | GitHub | 2024-11-12 19:20:25 +0100 |
commit | dbd8326b7fa64379bdf3983c2fbde9029352c72f (patch) | |
tree | 599295e2e51609afc8610f01b02bb883675fe5e9 /nixos/tests | |
parent | e1571aa9a2ac90a24d34eedcd8a38f6f26e4fc28 (diff) | |
parent | 40d6aaaeb1bd93cccfa1b78c34589c8aea4b8cc4 (diff) |
Merge: wordpress: drop unmaintained release (#355291)
Diffstat (limited to 'nixos/tests')
-rw-r--r-- | nixos/tests/wordpress.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/wordpress.nix b/nixos/tests/wordpress.nix index a2cd48030298..230a75bd0dc0 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_5" "6_6" + "6_6" ]; testScript = '' |