From: Darren Tucker Date: Fri, 11 Feb 2022 02:39:29 +0000 (+1100) Subject: Stop testing OpenBSD HEAD on 6.9 and 7.0. X-Git-Tag: V_8_9_P1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea13fc830fc0e0dce2459f1fab2ec5099f73bdf0;p=thirdparty%2Fopenssh-portable.git Stop testing OpenBSD HEAD on 6.9 and 7.0. HEAD is not guaranteed to work on previous stable branches, and at the moment is broken due to libfido API changes. --- diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 93df65ce7..b91083c65 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ obsdsnap, obsdsnap-i386, obsd69, obsd70 ] + os: [ obsdsnap, obsdsnap-i386 ] configs: [ default, without-openssl ] steps: - uses: actions/checkout@v2