[openssh-commits] [openssh] branch master updated: Add VM test versions for : OmniOS and FreeBSD.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue May 12 18:08:25 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new ded80eb0f Add VM test versions for : OmniOS and FreeBSD.
ded80eb0f is described below
commit ded80eb0ff89f18ccf25cd3dc7997d92d755ef6a
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue May 12 18:05:24 2026 +1000
Add VM test versions for : OmniOS and FreeBSD.
Add OmniOS r151056 and r151058 (with build-essentials, so hopefully
faster and lower dependency) and FreeBSD 12.4 for better coverage.
---
.github/workflows/vm.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml
index 2aed98651..4f659dba1 100644
--- a/.github/workflows/vm.yml
+++ b/.github/workflows/vm.yml
@@ -79,6 +79,7 @@ jobs:
fail-fast: false
matrix:
target:
+ - "12.4"
- "13.5"
- "14.4"
- "15.0"
@@ -227,8 +228,10 @@ jobs:
fail-fast: false
matrix:
target:
- - "r151054"
- "r151046"
+ - "r151054"
+ - "r151056-build"
+ - "r151058-build"
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