Skip to content

Commit f117ca0

Browse files
committed
Add Ruby 2.7.2
1 parent 8bc9ca9 commit f117ca0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1414

1515
| Interpreter | Versions |
1616
| ----------- | -------- |
17-
| Ruby | 2.1.9, 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.10, 2.5.0 - 2.5.8, 2.6.0 - 2.6.6, 2.7.1, head, debug, mingw, mswin |
17+
| Ruby | 2.1.9, 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.10, 2.5.0 - 2.5.8, 2.6.0 - 2.6.6, 2.7.2, head, debug, mingw, mswin |
1818
| JRuby | 9.1.17.0, 9.2.9.0 - 9.2.13.0, head |
1919
| TruffleRuby | 19.3.0 - 20.2.0, head |
2020
| Rubinius | 4.14 |
2121

2222
`ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`).
2323
On Windows, `mingw` and `mswin` are `ruby-head` builds using the MSYS2/MinGW and the MSVC toolchains respectively.
2424

25-
Ruby 2.2 resolves to 2.2.6 on Windows (last build from RubyInstaller) and 2.2.10 otherwise.
26-
Ruby 2.3 on Windows only has builds for 2.3.0, 2.3.1 and 2.3.3 (same as RubyInstaller).
25+
Only versions published by [RubyInstaller](https://rubyinstaller.org/downloads/archives/) are available on Windows.
26+
Due to that, Ruby 2.2 resolves to 2.2.6 on Windows and 2.2.10 on other platforms.
27+
And Ruby 2.3 on Windows only has builds for 2.3.0, 2.3.1 and 2.3.3.
2728

2829
Note that Ruby ≤ 2.3 and the OpenSSL version it needs (1.0.2) are both end-of-life,
2930
which means Ruby ≤ 2.3 is unmaintained and considered insecure.

dist/index.js

Lines changed: 1 addition & 1 deletion
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function getVersions(platform) {
77
"2.4.0", "2.4.1", "2.4.2", "2.4.3", "2.4.4", "2.4.5", "2.4.6", "2.4.7", "2.4.9", "2.4.10",
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",
10-
"2.7.0", "2.7.1",
10+
"2.7.0", "2.7.1", "2.7.2",
1111
"head", "debug",
1212
],
1313
"jruby": [

0 commit comments

Comments
 (0)