summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-04-26 13:35:44 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-04-26 13:35:44 +1000
commitb16082aa110fa7128ece2a9037ff420c4a285317 (patch)
treeabc7cd71733b157b6325e9b33723317d77b3392d /.github
parent2c805f16b24ea37cc051c6018fcb05defab6e57a (diff)
downloadopenssh-git-b16082aa110fa7128ece2a9037ff420c4a285317.tar.gz
Add fbsd10 test target.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/selfhosted.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 0b1dac17..0c0e707a 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -22,6 +22,7 @@ jobs:
- dfly58
- fbsd6
- fbsd7
+ - fbsd10
- fbsd12
- fbsd13
# - nbsd2
@@ -45,6 +46,7 @@ jobs:
- { os: dfly58, configs: pam }
- { os: fbsd6, configs: pam }
- { os: fbsd7, configs: pam }
+ - { os: fbsd10, configs: pam }
- { os: fbsd12, configs: pam }
- { os: fbsd13, configs: pam }
- { os: nbsd8, configs: pam }