Skip to content

ci: use matrix.ref in hitch.yml#4

Merged
kareem-wolfssl merged 1 commit into
kareem-wolfssl:gh218from
MarkAtwood:gh218-matrix-ref-fix
May 11, 2026
Merged

ci: use matrix.ref in hitch.yml#4
kareem-wolfssl merged 1 commit into
kareem-wolfssl:gh218from
MarkAtwood:gh218-matrix-ref-fix

Conversation

@MarkAtwood
Copy link
Copy Markdown

Addresses @julek-wolfssl's review comment on wolfSSL#9897:

Use matrix.ref than hard coding the version everywhere.

This PR replaces the two remaining hardcoded 1.8.0 occurrences in .github/workflows/hitch.yml with ${{ 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>.patch for each ref added to the matrix. Currently only hitch_1.8.0.patch is needed (per wolfSSL/osp#325), so no action required there until the matrix grows.

Merging this into gh218 will unblock wolfSSL#9897, which in turn unblocks wolfSSL/osp#325 and resolves wolfSSL/osp#218.

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.
@kareem-wolfssl kareem-wolfssl merged commit 5398a5b into kareem-wolfssl:gh218 May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants