]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add a couple more test VMs.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 23 Feb 2021 05:05:22 +0000 (16:05 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 23 Feb 2021 05:05:22 +0000 (16:05 +1100)
.github/workflows/selfhosted.yml

index 83b5de525427f77dba2a011187015e37916866aa..203da1953be1fb77b64d0814d46bc631052f91b8 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       # We use a matrix in two parts: firstly all of the VMs are tested with the
       # default config.  "vm" corresponds to a label associated with the worker.
       matrix:
-        os: [dfly30, dfly48, dfly58, sol10, sol11, bbone, fbsd12]
+        os: [bbone, dfly30, dfly48, dfly58, fbsd6, fbsd7, fbsd12, sol10, sol11]
         configs:
           - default
         # Then we include any extra configs we want to test for specific VMs.
@@ -24,6 +24,8 @@ jobs:
          - { os: dfly30, configs: without-openssl}
          - { os: dfly48, configs: pam }
          - { os: dfly58, configs: pam }
+         - { os: fbsd6,  configs: pam }
+         - { os: fbsd7,  configs: pam }
          - { os: fbsd12, configs: pam }
          - { os: sol10,  configs: pam }
          - { os: sol11,  configs: pam }