-
-
Notifications
You must be signed in to change notification settings - Fork 342
Description
I have a gem that I maintain that still works on Ruby 2.0 and I'd like to keep it working on that version, so I'd like to request to have it available for testing in GitHub Actions.
Ruby 2.0 is the version of Ruby shipped in the CentOS 7 / RHEL 7 Linux distribution, so it's still somewhat relevant in the real world for another short while...
# ruby --version
ruby 2.0.0p648 (2015-12-16) [x86_64-linux]
# gem --version
2.0.14.1
For now, I've been using a Travis-CI workflow and Travis offers pre-built binaries for Ruby 2.0.0-p648 on Ubuntu 14.04 (https://rubies.travis-ci.org/), but my preference would be to fully migrate all of the CI to GitHub Actions completely, and having Ruby 2.0 available would definitely help with that... It's totally OK if it's only available in a limited number of platforms or versions (e.g. ubuntu-18.04 only is totally fine.)
Let me know if you need any further information from me, or if I can help in any way to get this version up in ruby/setup-ruby
. Thanks!