]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add fbsd13 target.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 16 Apr 2021 08:14:25 +0000 (18:14 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 22 Apr 2021 12:29:33 +0000 (22:29 +1000)
.github/workflows/selfhosted.yml

index 1cf6b5da0a3490bf6f597b887118f5d28adb509e..09a1fa7b5d2cc56f3d23f9090796c19a7ce62b34 100644 (file)
@@ -16,7 +16,17 @@ 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: [bbone, dfly30, dfly48, dfly58, fbsd6, fbsd7, fbsd12, sol10, sol11]
+        os:
+          - bbone
+          - dfly30
+          - dfly48
+          - dfly58
+          - fbsd6
+          - fbsd7
+          - fbsd12
+          - fbsd13
+          - sol10
+          - sol11
         configs:
           - default
         # Then we include any extra configs we want to test for specific VMs.
@@ -27,6 +37,7 @@ jobs:
          - { os: fbsd6,  configs: pam }
          - { os: fbsd7,  configs: pam }
          - { os: fbsd12, configs: pam }
+         - { os: fbsd13, configs: pam }
          - { os: sol10,  configs: pam }
          - { os: sol11,  configs: pam }
          - { os: sol11,  configs: sol64 }