From: Darren Tucker Date: Fri, 13 Aug 2021 03:21:00 +0000 (+1000) Subject: Test OpenSSH from OpenBSD head on 6.8 and 6.9. X-Git-Tag: V_8_7_P1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e50635640f79920d9375e0155cb3f4adb870eee5;p=thirdparty%2Fopenssh-portable.git Test OpenSSH from OpenBSD head on 6.8 and 6.9. --- diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 5004aa830..f0493c12d 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 ] + os: [ obsdsnap, obsdsnap-i386, obsd69, obsd68 ] configs: [ default, without-openssl ] steps: - uses: actions/checkout@v2