Skip to content

Commit 5f2df8a

Browse files
committed
Link to the full list of versions on Windows
1 parent 4ff821c commit 5f2df8a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1515
| JRuby | 9.2.9.0 |
1616
| TruffleRuby | 19.3.0, 19.3.1 |
1717

18-
See [versions.json](https://github.com/eregon/ruby-install-builder/blob/metadata/versions.json)
19-
for the always up-to-date list of available Ruby versions.
20-
2118
Note that Ruby 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life,
2219
which means Ruby 2.3 is unmaintained and considered insecure.
2320
On Windows, Ruby 2.4 uses OpenSSL 1.0.2, which is no longer maintained.
@@ -35,7 +32,9 @@ The action works for all [GitHub-hosted runners](https://help.github.com/en/acti
3532
Ruby 2.3, JRuby and TruffleRuby are not yet supported on `windows-latest`.
3633

3734
The prebuilt rubies are generated by [eregon/ruby-install-builder](https://github.com/eregon/ruby-install-builder)
38-
and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).
35+
and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).
36+
The full list of available Ruby versions can be seen at [versions.json](https://github.com/eregon/ruby-install-builder/blob/metadata/versions.json)
37+
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.
3938

4039
## Usage
4140

0 commit comments

Comments
 (0)