From: Darren Tucker Date: Sun, 25 Apr 2021 03:01:34 +0000 (+1000) Subject: Add nbsd3, nbsd4 and nbsd9 test targets. X-Git-Tag: V_8_7_P1~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a5d39305649da5dff1934ee54292ee0cebd579d;p=thirdparty%2Fopenssh-portable.git Add nbsd3, nbsd4 and nbsd9 test targets. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 5d5abe7b3..0b1dac172 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -25,7 +25,10 @@ jobs: - fbsd12 - fbsd13 # - nbsd2 + - nbsd3 + - nbsd4 - nbsd8 + - nbsd9 - obsd51 - obsd67 - obsd68 @@ -45,6 +48,7 @@ jobs: - { os: fbsd12, configs: pam } - { os: fbsd13, configs: pam } - { os: nbsd8, configs: pam } + - { os: nbsd9, configs: pam } - { os: openindiana, configs: pam } - { os: sol10, configs: pam } - { os: sol11, configs: pam-krb5 }