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 a Ruby version testing matrix with caching #74

Merged
merged 1 commit into from
Aug 9, 2020

Conversation

jcypret
Copy link
Owner

@jcypret jcypret commented Aug 9, 2020

Ruby 2.7 prepares for the separation of positional and keyword arguments by emitting warnings for scenarios unsupported by Ruby 3. In preparation for this eventual release, this change runs the test suite in parallel against multiple versions of Ruby. That way, we can avoid regressions in supported-but-not-latest versions.

Ruby 2.7 prepares for the separation of positional and keyword arguments
by emitting warnings for scenarios unsupported by Ruby 3. So in
preparation for its eventually release, this change runs the test suite
in parallel against multiple versions of Ruby. That way we can avoid
regressions in supported-but-not-latest versions of Ruby.
@jcypret jcypret merged commit 6979df2 into master Aug 9, 2020
@jcypret jcypret deleted the add-testing-matrix branch August 9, 2020 20:56
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