Skip to content
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

Add github action to test on current ruby versions #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

telyn
Copy link

@telyn telyn commented Sep 24, 2024

Heya - thanks for making this gem :-) I was about to implement my own exponential backoff mechanism at work and then discovered it. Wanted to make sure it'd fit us for the long term so I set up a fork to test against newer rubies using github-actions. Figured I'd contribute it back just so anyone coming to your repo has good confidence that it works on newer rubies.

For some reason ruby 3.3 and jruby were failing to install the gems in github-actions, so I haven't included them in the workflow. When testing locally they worked fine though - don't know the cause.

The "set" library seems to need explicitly requiring these days, too, so I've done that in the test file - though I know really it ought be done inside mutant-minitest.

For some reason ruby 3.3 and jruby were failing to install the gems,
so I haven't included them in the github-actions workflow. When
testing locally they worked fine though - don't know the cause.

The "set" library seems to need explicitly requiring these days,
too, so I've done that in the test file - though really it ought be
done inside mutant-minitest.
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