From: Darren Tucker Date: Tue, 20 Apr 2021 13:31:29 +0000 (+1000) Subject: Add nbsd8 test target. X-Git-Tag: V_8_7_P1~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4457837238072836b2fa3107d603aac809624983;p=thirdparty%2Fopenssh-portable.git Add nbsd8 test target. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 8d6579da1..7eedffcff 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -25,6 +25,7 @@ jobs: - fbsd7 - fbsd12 - fbsd13 + - nbsd8 - obsd51 - sol10 - sol11 @@ -39,6 +40,7 @@ jobs: - { os: fbsd7, configs: pam } - { os: fbsd12, configs: pam } - { os: fbsd13, configs: pam } + - { os: nbsd8, configs: pam } - { os: sol10, configs: pam } - { os: sol11, configs: pam } - { os: sol11, configs: sol64 }