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

Test with Ruby 3.1 in CI #850

Merged
merged 2 commits into from
Jan 7, 2022
Merged

Test with Ruby 3.1 in CI #850

merged 2 commits into from
Jan 7, 2022

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Jan 4, 2022

Summary

Test with Ruby 3.1 in CI

Details

Add Ruby 3.1 to the CI matrix; also add --disable-did-you-mean option to avoid extra output that disturbs the cucumber scenario's.

Motivation and Context

Aruba should work with Ruby 3.1.

How Has This Been Tested?

CI

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Internal change (refactoring, test improvements, developer experience or update of dependencies)

Checklist:

  • I've added tests for my code
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@olleolleolle
Copy link
Contributor

macos + windows could also get the 3.1 into its lists.

@mvz
Copy link
Contributor Author

mvz commented Jan 4, 2022

The simplecov configuraton needs to be adjusted so we don't call .start more than once but still keep the different labels.

In Ruby 3.1, calling SimpleCov.start twice raises an error. Avoid this
by removing SimpleCov.start from the .simplecov file.
@mvz mvz merged commit 031cc15 into main Jan 7, 2022
@mvz mvz deleted the test-with-ruby-3-1 branch January 7, 2022 12:18
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.

2 participants