Skip to content

Drop ruby-head from test matrix to keep builds stable #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 24, 2025

Conversation

numbata
Copy link
Collaborator

@numbata numbata commented May 22, 2025

This trims the workflow by dropping the ruby-head test jobs. The ruby-head build is flaky right now, so it hides real regressions and slows CI without any help. Until Ruby 3.5 is out (or close to that point), we'll run only the stable 3.0-3.4 releases; 3.5 will be added in a separate PR. No runtime code change - just faster, greener builds.

@numbata numbata requested a review from LeFnord May 22, 2025 21:27
@numbata numbata mentioned this pull request May 22, 2025
@@ -28,7 +28,7 @@ jobs:
needs: ['rubocop']
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3', 'head']
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove 3.0, as you mentioned in the description, and maybe replacing head by 3.5-dev

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We currently have 3.0 as a requirement in the gemspec.
What if I just change the PR description for now. And add 3.5-dev with ruby-head in a separate pull request where we can focus on supporting exactly 3.5?

@dblock
Copy link
Member

dblock commented May 24, 2025

Merging this, thanks for fixing CI!

@dblock dblock merged commit a68e17a into ruby-grape:master May 24, 2025
6 checks passed
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.

3 participants