[openssh-commits] [openssh] 01/03: Add OpenBSD 7.0 target. Retire 6.8.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jan 5 11:52:12 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 03bd4ed0db699687c5cd83405d26f81d2dc28d22
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Dec 25 16:42:51 2021 +1100
Add OpenBSD 7.0 target. Retire 6.8.
---
.github/workflows/selfhosted.yml | 2 +-
.github/workflows/upstream.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index bb4fc2b9..95c11690 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 f5aea12c..93df65ce 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 at v2
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list