ci: use matrix.ref in hitch.yml#4
Merged
kareem-wolfssl merged 1 commit intoMay 11, 2026
Merged
Conversation
Address julek-wolfssl's review on wolfSSL#9897: replace the two remaining hardcoded 1.8.0 occurrences with ${{ matrix.ref }} so the matrix entry is the single source of truth for the hitch version under test.
4 tasks
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.
Addresses @julek-wolfssl's review comment on wolfSSL#9897:
This PR replaces the two remaining hardcoded
1.8.0occurrences in.github/workflows/hitch.ymlwith${{ matrix.ref }}, leaving the matrix entry on line 47 as the single source of truth for the hitch version under test. Future version bumps become a one-line change.Semantically identical for the current single-entry matrix (
1.8.0).Note: the patch-filename change implicitly contracts that wolfSSL/osp publishes a
hitch_<version>.patchfor eachrefadded to the matrix. Currently onlyhitch_1.8.0.patchis needed (per wolfSSL/osp#325), so no action required there until the matrix grows.Merging this into
gh218will unblock wolfSSL#9897, which in turn unblocks wolfSSL/osp#325 and resolves wolfSSL/osp#218.