From: Jason Ish Date: Tue, 25 Feb 2025 22:25:06 +0000 (-0600) Subject: readme: use current values in examples X-Git-Tag: suricata-7.0.9~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcfdda67d617004bc926a07f9b01ffcb68150f83;p=thirdparty%2Fsuricata-verify.git readme: use current values in examples --- diff --git a/README.md b/README.md index f11ac3fa6..3e5b0bf76 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ Or to run a single test: requires: # Require a minimum version of Suricata. - min-version: 4.1.0 + min-version: 8.0.0 # Require that the Suricata version be less than a version. - lt-version: 6 + lt-version: 8 # Test is only for this version. For example, 4.0 would match any 4.0 # release, but 4.0.3 would only match 4.0.3. - version: 4.0 + version: 7.0.6 # Test is only for the listed OS. For example, the following would make # a test run only on Linux. @@ -94,7 +94,7 @@ requires: skip: # Skip a test if a feature is present, with a message that is logged. - - feature: RUST + - feature: HAVE_LUA msg: eve dns v1 not supported by rust # Add additional arguments to Suricata.