From: Darren Tucker Date: Sat, 25 Dec 2021 05:42:51 +0000 (+1100) Subject: Add OpenBSD 7.0 target. Retire 6.8. X-Git-Tag: V_8_9_P1~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03bd4ed0db699687c5cd83405d26f81d2dc28d22;p=thirdparty%2Fopenssh-portable.git Add OpenBSD 7.0 target. Retire 6.8. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index bb4fc2b91..95c11690a 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -35,8 +35,8 @@ jobs: - nbsd9 - obsd51 - obsd67 - - obsd68 - obsd69 + - obsd70 - obsdsnap - openindiana # - rocky84 diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index f5aea12c1..93df65ce7 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, obsd68 ] + os: [ obsdsnap, obsdsnap-i386, obsd69, obsd70 ] configs: [ default, without-openssl ] steps: - uses: actions/checkout@v2