Skip to content

Commit f0971f0

Browse files
shmokmteregon
authored andcommitted
Add Ruby 3.1.0
1 parent 471466b commit f0971f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.1.0-preview1, 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, head, debug, mingw, mswin |
1818
| `jruby` | 9.1.17.0 - 9.3.2.0, head |
1919
| `truffleruby` | 19.3.0 - 21.3.0, head |
2020
| `truffleruby+graalvm` | 21.2.0 - 21.3.0, head |
@@ -86,7 +86,7 @@ jobs:
8686
matrix:
8787
os: [ubuntu-latest, macos-latest]
8888
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
89-
ruby: [2.5, 2.6, 2.7, '3.0', head, jruby, jruby-head, truffleruby, truffleruby-head]
89+
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head, jruby, jruby-head, truffleruby, truffleruby-head]
9090
runs-on: ${{ matrix.os }}
9191
steps:
9292
- uses: actions/checkout@v2

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
@@ -11,7 +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", "2.6.9",
1212
"2.7.0", "2.7.1", "2.7.2", "2.7.3", "2.7.4", "2.7.5",
1313
"3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", "3.0.1", "3.0.2", "3.0.3",
14-
"3.1.0-preview1",
14+
"3.1.0-preview1", "3.1.0",
1515
"head", "debug"
1616
],
1717
"jruby": [

0 commit comments

Comments
 (0)