From: Darren Tucker Date: Tue, 12 May 2026 08:05:24 +0000 (+1000) Subject: Add VM test versions for : OmniOS and FreeBSD. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ded80eb0ff89f18ccf25cd3dc7997d92d755ef6a;p=thirdparty%2Fopenssh-portable.git 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. --- 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: