From 47d60a4b1a1ccc5be47e940e434d2f2d37a09cb3 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Wed, 15 Nov 2023 12:21:18 -0800 Subject: [PATCH] Update tests to reflect unpinned varnish. --- examples/4.x/README.md | 4 ++-- examples/6.x/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/4.x/README.md b/examples/4.x/README.md index 04e0dff..3851993 100644 --- a/examples/4.x/README.md +++ b/examples/4.x/README.md @@ -22,8 +22,8 @@ Verification commands Run the following commands to validate things are rolling as they should. ```bash -# Should use varnish 4.1 by default -lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-4.1.11" +# Should use varnish 4.x by default +lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-4" # Should backend from appserver by default lando ssh -s defaults -c "curl localhost | grep sophisticated" diff --git a/examples/6.x/README.md b/examples/6.x/README.md index 5579ae2..f4ee176 100644 --- a/examples/6.x/README.md +++ b/examples/6.x/README.md @@ -22,8 +22,8 @@ Verification commands Run the following commands to validate things are rolling as they should. ```bash -# Should use varnish 6.0.10 by user specification -lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-6.0.11" +# Should use varnish 6.x +lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-6" # Should backend from appserver by default lando ssh -s defaults -c "curl localhost | grep sophisticated"