Skip to content

Commit 330f7f5

Browse files
brian-kepharteregon
authored andcommitted
Add Ruby 3.1.0-preview1
1 parent a2b2637 commit 330f7f5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1414

1515
| Interpreter | Versions |
1616
| ----------- | -------- |
17-
| `ruby` | 1.9.3, 2.0.0, 2.1.9, 2.2, all versions from 2.3.0 until 3.0.2, head, debug, mingw, mswin |
17+
| `ruby` | 1.9.3, 2.0.0, 2.1.9, 2.2, all versions from 2.3.0 until 3.1.0-preview1, head, debug, mingw, mswin |
1818
| `jruby` | 9.1.17.0 - 9.3.1.0, head |
1919
| `truffleruby` | 19.3.0 - 21.3.0, head |
2020
| `truffleruby+graalvm` | 21.2.0 - 21.3.0, head |

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
@@ -11,6 +11,7 @@ export function getVersions(platform) {
1111
"2.6.0", "2.6.1", "2.6.2", "2.6.3", "2.6.4", "2.6.5", "2.6.6", "2.6.7", "2.6.8",
1212
"2.7.0", "2.7.1", "2.7.2", "2.7.3", "2.7.4",
1313
"3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", "3.0.1", "3.0.2",
14+
"3.1.0-preview1",
1415
"head", "debug"
1516
],
1617
"jruby": [

0 commit comments

Comments
 (0)