Skip to content

.travis.yml: Update supported Ruby versions #371

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 1 commit into from
Jul 6, 2018
Merged

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Jun 20, 2018

Your checklist for this pull request

🚨Please review the guidelines for contributing to this repository.

  • Ensure all commits include DCO sign-off.
  • Ensure that your contributions pass unit testing.
  • Ensure that your contributions contain documentation if applicable.

Description

  • Drop 1.9, 2.0 and 2.1 which are EOL
  • Update 2.3, 2.4 and 2.5 specifiers (only specify minor version, not patch level)
  • Update JRuby to use latest and greatest

Because this change is breaking in nature, this will require a major version bump to comply with SemVer guidelines.

@perlun perlun requested a review from rvodden June 20, 2018 12:08
@perlun
Copy link
Contributor Author

perlun commented Jun 25, 2018

@rvodden @tarcinil Please share your thoughts before I'll go ahead and merge this.

Copy link
Contributor

@tarcinil tarcinil left a comment

Choose a reason for hiding this comment

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

I think that this makes sense that we should only maintain versions that are not end-of-life. I also think that we should not be overly concerned with the patch versions of Ruby.

The only issue I saw was that jruby-9.2 is not a supported version of JRuby for Travis.

.travis.yml Outdated
- 2.3
- 2.4
- 2.5
- jruby-9.2
Copy link
Contributor

Choose a reason for hiding this comment

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

I do not see jruby-9.2 on the list of rubies for Travis and the build shows that can't find it.

Travis Rubies: http://rubies.travis-ci.org/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, I filed rvm/rvm#4414 about it.

The Travis list usually don't include all the RVM versions, but either way, jruby-9.2 is not a valid RVM version string in this case.

- Drop 1.9, 2.0 and 2.1 which are EOL
- Update 2.3, 2.4 and 2.5 specifiers (only specify minor version, not patch level)
- Update JRuby to use latest and greatest

Signed-off-by: Per Lundberg <perlun@gmail.com>
@perlun
Copy link
Contributor Author

perlun commented Jun 27, 2018

@tarcinil

The only issue I saw was that jruby-9.2 is not a supported version of JRuby for Travis.

Thanks for the feedback, I fixed the PR and squashed it (to retain the DCO comment). Feel free to re-check and I'll merge once you are fine with this.

@tarcinil
Copy link
Contributor

bubbles-good

@perlun perlun merged commit 27715e9 into master Jul 6, 2018
@perlun perlun deleted the perlun-patch-1 branch July 6, 2018 20:12
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