File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
20
20
| ` truffleruby ` | 19.3.0 - 24.1.0, head |
21
21
| ` truffleruby+graalvm ` | 21.2.0 - 24.1.0, head |
22
22
23
- The combinations of the available versions and runners can be seen [ here] ( https://github.com/ruby/ruby-builder/releases/tag/toolcache ) .
24
-
25
23
` ruby-debug ` is the same as ` ruby-head ` but with assertions enabled (` -DRUBY_DEBUG=1 ` ).
26
24
27
25
Regarding Windows ruby master builds, ` mingw ` is a MSYS2/MinGW build, ` head ` & ` ucrt ` are MSYS2/UCRT64
@@ -55,8 +53,9 @@ The `mingw`, `ucrt` and `mswin` builds are generated by [ruby-loco](https://gith
55
53
` jruby-head ` is generated by [ jruby-dev-builder] ( https://github.com/ruby/jruby-dev-builder ) ,
56
54
` truffleruby-head ` is generated by [ truffleruby-dev-builder] ( https://github.com/ruby/truffleruby-dev-builder )
57
55
and ` truffleruby+graalvm ` is generated by [ graalvm-ce-dev-builds] ( https://github.com/graalvm/graalvm-ce-dev-builds ) .
58
- The full list of available Ruby versions can be seen in [ ruby-builder-versions.json] ( ruby-builder-versions.json )
59
- for Ubuntu and macOS and in [ windows-versions.json] ( windows-versions.json ) for Windows.
56
+ The full list of available Ruby versions can be seen in [ ruby-builder-versions.json] ( ruby-builder-versions.json ) for Ubuntu and macOS
57
+ (although some combinations are not available, see [ the full list] ( https://github.com/ruby/ruby-builder/releases/tag/toolcache ) )
58
+ and in [ windows-versions.json] ( windows-versions.json ) for Windows.
60
59
61
60
## Usage
62
61
You can’t perform that action at this time.
0 commit comments