diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-05-01 12:07:47 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-05-01 12:07:47 +0200 |
commit | 8e32e97e788e0676ce83018a742203614df6a2b3 (patch) | |
tree | e3cd8080f2ce53527eee6b08e82007fc04cdadac /.github | |
parent | upstream: a little debugging in the main mux process for status (diff) | |
download | openssh-8e32e97e788e0676ce83018a742203614df6a2b3.tar.xz openssh-8e32e97e788e0676ce83018a742203614df6a2b3.zip |
Add obsd69 test target.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/selfhosted.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index a8f65678e..5a597ac6a 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -33,6 +33,7 @@ jobs: - obsd51 - obsd67 - obsd68 + - obsd69 - obsdsnap - openindiana - sol10 |