Add OpenSSH 10.5p1 to CI matrix - #11335
Open
julek-wolfssl wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the OpenSSH CI workflow matrix to run the existing build-and-test job against OpenSSH 10.5p1, increasing coverage for the latest OpenSSH release line in the existing CI pattern.
Changes:
- Add a new CI matrix entry targeting OpenSSH tag
V_10_5_P1. - Reuse the existing
SKIP_LTESTSset used for recent 10.x versions to keep runtime consistent.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
Author
|
retest this please |
julek-wolfssl
force-pushed
the
openssh-10.5p1-ci
branch
from
September 2, 2026 17:37
1f1c468 to
d44c94e
Compare
Member
Author
|
retest this please |
1 similar comment
Member
Author
|
retest this please |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extends the CI test matrix to include OpenSSH 10.5p1.
Depends on wolfSSL/osp#359