Modernize CI and fix Tests badge link in README - #48
Merged
Conversation
Owner
Author
|
Note: the Fixed in #49 |
- Bump actions/checkout from v3 to v7 in all workflows. - Update the test matrix to drop EOL Ruby 2.7/3.0/3.1 and add Ruby 3.3/3.4, keeping ruby-head/jruby-head as allowed failures. - Bump the pinned Ruby version used by RuboCop and Danger jobs from 3.1 to 3.4. - Point the Tests badge link at the workflow page instead of the generic Actions tab, matching the convention used in other dblock repos. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
dblock
force-pushed
the
dblock/modernize-ci
branch
from
August 21, 2026 18:00
5af35fc to
6959117
Compare
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.
What
actions/checkoutfrom v3 to v7 intest.yml,rubocop.yml, anddanger.yml.ruby-head/jruby-headas allowed failures.actions/workflows/test.yml) instead of the generic Actions tab, matching the convention used in other dblock repos.Why
The CI matrix and pinned action versions were several years stale (Ruby 2.7/3.0 are EOL,
actions/checkout@v3is outdated). The Tests badge currently shows "no status" since this repo has no recorded workflow runs; merging this PR (and future pushes) will populate that history.