Skip to content

ci: add test workflow for v0.4.3-x release branch#9

Merged
PiTrem merged 1 commit into
v0.4.3-xfrom
ci-v0.4.3-x
Jun 26, 2026
Merged

ci: add test workflow for v0.4.3-x release branch#9
PiTrem merged 1 commit into
v0.4.3-xfrom
ci-v0.4.3-x

Conversation

@PiTrem

@PiTrem PiTrem commented Jun 26, 2026

Copy link
Copy Markdown
Member

Summary

Adds a simple CI workflow that runs the test suite for the v0.4.3-x release branch.

Upstream's existing ruby.yml only triggers on pushes/PRs to master, so PRs
targeting our v0.4.3-x release branch (e.g. #8) currently run no checks.
This adds release-branch.yml, which runs bundle exec rake on pushes and PRs
to v0.4.3-x.

Details

  • Single Ruby version (3.3) for a fast, simple gate — kept separate from
    upstream's full version matrix so future upstream re-aligns stay clean.
  • Uses the existing gemfiles/ci.gemfile.
  • Scoped strictly to v0.4.3-x push/PR events.

Verified locally: 205 runs, 0 failures, 0 errors, 1 skip.

Upstream's ruby.yml only triggers on pushes/PRs to master, so PRs
targeting our v0.4.3-x release branch ran no checks. Add a simple
workflow that runs the test suite (bundle exec rake on Ruby 3.3,
ci.gemfile) on pushes and PRs to v0.4.3-x.
@PiTrem PiTrem merged commit 726a4a7 into v0.4.3-x Jun 26, 2026
1 check passed
@PiTrem PiTrem deleted the ci-v0.4.3-x branch June 26, 2026 13:19
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.

1 participant