From cb53504c3f550da9a83f9a39a01f7f1f26e182fb Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 18 Mar 2024 17:13:56 +0100 Subject: [PATCH] tests: update drop and ssh tests for 7 --- tests/drop-protocol-change/test.yaml | 2 +- tests/ssh-newkeys/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/drop-protocol-change/test.yaml b/tests/drop-protocol-change/test.yaml index 5d44c49c1..98556d7c1 100644 --- a/tests/drop-protocol-change/test.yaml +++ b/tests/drop-protocol-change/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7 args: - -k none --set stream.midstream=true diff --git a/tests/ssh-newkeys/test.yaml b/tests/ssh-newkeys/test.yaml index 2c78fd6f3..ad1e7865f 100644 --- a/tests/ssh-newkeys/test.yaml +++ b/tests/ssh-newkeys/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 8 + min-version: 7 args: - -k none -- 2.47.2