-
-
Notifications
You must be signed in to change notification settings - Fork 263
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 Ruby 2.7.2 #92
Add Ruby 2.7.2 #92
Conversation
I think CI systems like this need to be aggressive about updating, because until CI updates, nobody can update their applications. |
My concern is if some gem behaves differently on 2.7.1 and 2.7.2 then the CI might fail e.g. only on Windows, which sounds like a platform-specific issue but it actually isn't. And that would cause confusion. Hopefully less warnings in 2.7.2 doesn't break much, but still I wouldn't be surprised if some code depends on the warnings somehow. |
Can you make 2.7.2 available, but make 2.7 default to 2.7.1 on both platforms for the moment? |
Maybe just wait until Lars responds, then decide? Consider releasing when all platforms are available? If they aren't, will that affect people pinning to patch/teeny versions, and is that a concern? |
That might cause confusion in why Another alternative would be to merge this to master, but not release yet and wait for the Windows build for the release.
Yeah, I'd like to do that.
No, it will not, when using |
Regarding RubyInstaller-2.7.2 I'm partly blocked by repo.msys2.org being down currently. Although it's possible to alter the mirrorlist, there are several places to be modified and I don't want to distribute a modified list in the release package. My plan is to make a release until 2020-10-06 either with or without repo.msys2.org. |
@larskanis Thanks for the reply. Since that seems a prime example of potentially having to wait for something we don't control, I'll merge this to master, but not make a release yet. Then at least those who want to try 2.6.2 right away on non-Windows can do so (see here). I plan to wait for the Windows build to make a new release (and bump |
Thanks this is working for me. |
Windows build added, and release is done: https://github.com/ruby/setup-ruby/releases/tag/v1.47.0 |
Hi @eregon, I tried with the both My config: - name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7.2 |
@GRoguelon it's |
Ruby Installer builds are not yet available (oneclick/rubyinstaller2#193).
@larskanis Any ETA on that?
I'm unsure if I should merge this first (but then
2.7
resolves to different versions in different platforms, and there is some intended incompatibility between 2.7.1 and 2.7.2) or wait for the Windows builds (seems better).cc @chrisseaton