From c88ce18d639cf67b3b418551319f46f5da44a5b2 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Thu, 18 Apr 2024 09:06:24 -0400 Subject: [PATCH] detect/ipopts: Support 7.0.x This commit resets the min-version to 7.0.5 to support the backport (issue 6882). --- tests/detect-ipopts/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/detect-ipopts/test.yaml b/tests/detect-ipopts/test.yaml index a7de363f7..67651ed09 100644 --- a/tests/detect-ipopts/test.yaml +++ b/tests/detect-ipopts/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7.0.5 args: - --set stream.midstream=true -k none -- 2.47.2