Skip to content

Commit d7b76f9

Browse files
committed
Add Ruby 3.0.0-preview1
* Fixes #100
1 parent ebed7f7 commit d7b76f9

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
2121
`ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`).
2222
On Windows, `mingw` and `mswin` are `ruby-head` builds using the MSYS2/MinGW and the MSVC toolchains respectively.
2323

24+
Preview and RC versions of Ruby might be available too on Ubuntu and macOS (not on Windows).
25+
However, it is recommended to test against `ruby-head` rather than previews,
26+
as it provides more useful feedback for the Ruby core team and for upcoming changes.
27+
2428
Only versions published by [RubyInstaller](https://rubyinstaller.org/downloads/archives/) are available on Windows.
2529
Due to that, Ruby 2.2 resolves to 2.2.6 on Windows and 2.2.10 on other platforms.
2630
And Ruby 2.3 on Windows only has builds for 2.3.0, 2.3.1 and 2.3.3.

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-builder-versions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export function getVersions(platform) {
88
"2.5.0", "2.5.1", "2.5.2", "2.5.3", "2.5.4", "2.5.5", "2.5.6", "2.5.7", "2.5.8",
99
"2.6.0", "2.6.1", "2.6.2", "2.6.3", "2.6.4", "2.6.5", "2.6.6",
1010
"2.7.0", "2.7.1", "2.7.2",
11+
"3.0.0-preview1",
1112
"head", "debug",
1213
],
1314
"jruby": [

0 commit comments

Comments
 (0)