Move ruby-installer-versions.js to windows-versions.js for clarity

This commit is contained in:
Benoit Daloze
2020-01-25 18:03:19 +01:00
parent 0449254cae
commit 07160f610f
5 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ Rubinius is only available on `ubuntu-latest`.
The prebuilt rubies are generated by [eregon/ruby-install-builder](https://github.com/eregon/ruby-install-builder)
and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).
The full list of available Ruby versions can be seen at [versions.json](https://github.com/eregon/ruby-install-builder/blob/metadata/versions.json)
for Ubuntu and macOS and at [ruby-installer-versions.js](https://github.com/eregon/use-ruby-action/blob/master/ruby-installer-versions.js) for Windows.
for Ubuntu and macOS and at [windows-versions.js](https://github.com/eregon/use-ruby-action/blob/master/windows-versions.js) for Windows.
## Usage