summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-04-20 23:31:29 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-04-22 22:29:33 +1000
commit4457837238072836b2fa3107d603aac809624983 (patch)
tree484d3aca72037dbd7010ffbbe2c158f7e1bf79f5 /.github
parentbd4fba22e14da2fa196009010aabec5a8ba9dd42 (diff)
Add nbsd8 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 8d6579da..7eedffcf 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 }