[openssh-commits] [openssh] 02/03: Add NetBSD 11.0 test targets.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Aug 12 20:00:24 AEST 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit effb576ba4046484cd2d43ef811153a15664b82d
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed Aug 12 19:56:37 2026 +1000

    Add NetBSD 11.0 test targets.
---
 .github/workflows/selfhosted.yml | 2 ++
 .github/workflows/vm.yml         | 1 +
 2 files changed, 3 insertions(+)

diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 02d768018..59d0aee4d 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -45,6 +45,7 @@ jobs:
           - nbsd8
           - nbsd9
           - nbsd10
+          - nbsd11
           - obsd51
           - obsd67
           - obsd72
@@ -87,6 +88,7 @@ jobs:
           - { target: nbsd8,  config: pam, host: libvirt }
           - { target: nbsd9,  config: pam, host: libvirt }
           - { target: nbsd10, config: pam, host: libvirt }
+          - { target: nbsd11, config: pam, host: libvirt }
           - { target: omnios, config: pam, host: libvirt }
           # ARM64 VMs
           - { target: obsdsnap-arm64, config: default, host: libvirt-arm64 }
diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml
index 8906557cd..7f6a0d465 100644
--- a/.github/workflows/vm.yml
+++ b/.github/workflows/vm.yml
@@ -165,6 +165,7 @@ jobs:
           - "9.4"
           - "10.0"
           - "10.1"
+          - "11.0"
         config: [default]
     runs-on: ubuntu-latest
     steps:

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list