You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,6 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
15
15
| JRuby | 9.2.9.0 |
16
16
| TruffleRuby | 19.3.0, 19.3.1 |
17
17
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
-
21
18
Note that Ruby 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life,
22
19
which means Ruby 2.3 is unmaintained and considered insecure.
23
20
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
35
32
Ruby 2.3, JRuby and TruffleRuby are not yet supported on `windows-latest`.
36
33
37
34
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.
0 commit comments