Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Supported Ruby versions #46

Closed
pkuczynski opened this issue Jan 4, 2020 · 11 comments
Closed

Supported Ruby versions #46

pkuczynski opened this issue Jan 4, 2020 · 11 comments

Comments

@pkuczynski
Copy link

How one can find out which versions of Ruby are available?

@masa-iwasaki
Copy link

@pkuczynski You can fined them at actions/virtual-environments.

For example, this README contains the list of softwares installed on Ubuntu 18.04 virtual machine including Ruby.

@pkuczynski
Copy link
Author

@masa-iwasaki none of the pasted links contain information which Ruby is available...

@MSP-Greg
Copy link
Contributor

MSP-Greg commented Jan 6, 2020

@pkuczynski

Please check again, all the README's in https://github.com/actions/virtual-environments/tree/master/images list Rubies.

Regardless, as to hosted Rubies, all are:

Ruby 2.4.6
Ruby 2.5.5
Ruby 2.6.3

Work is being done to allow installation of current Rubies for 2.3 thru 2.7, along with JRuby & TruffleRuby. The work is community supported, no word from GitHub yet...

@pkuczynski
Copy link
Author

I see. It would be good to point people to this link, otherwise it's hard to determine what's available.

This list of Rubies is quite outdated. I ended up using https://github.com/eregon/use-ruby-action/

@MSP-Greg
Copy link
Contributor

MSP-Greg commented Jan 6, 2020

This list of Rubies is quite outdated. I ended up using https://github.com/eregon/use-ruby-action/

That's what I was referring to. Speaking of rvm, and being a Windows type, does rvm do anything with cert files? Windows installs ship with one, but not sure how they're handled on Ubuntu & macOS...

@pkuczynski
Copy link
Author

Not sure what you mean with cert files?

@bryanmacfarlane
Copy link
Member

Please log issues for new versions in the VM repo. e.g. actions/runner-images#209

@eregon
Copy link
Contributor

eregon commented Jan 7, 2020

I think it would be useful to link to a list of supported Ruby versions from the README though.
That data is really hard to find for people which don't know a lot of details about GitHub Actions.

@tisba
Copy link

tisba commented Jan 17, 2020

Taken from actions/runner-images#281 it would be great to at least make very clear that actions/setup-ruby is not able to install versions of Ruby, just setup predefined ones.

IMO there does not need to be a list in this repository, a reference to the currently available versions would be sufficient.

@eregon
Copy link
Contributor

eregon commented Jan 17, 2020

I made a PR to try to clarify this in the README: #52

@bryanmacfarlane
Copy link
Member

I updated the readme with the simpler statement which clarifies what the workflow author should do.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants