We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471466b commit f0971f0Copy full SHA for f0971f0
README.md
@@ -14,7 +14,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
14
15
| Interpreter | Versions |
16
| ----------- | -------- |
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 |
+| `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 |
18
| `jruby` | 9.1.17.0 - 9.3.2.0, head |
19
| `truffleruby` | 19.3.0 - 21.3.0, head |
20
| `truffleruby+graalvm` | 21.2.0 - 21.3.0, head |
@@ -86,7 +86,7 @@ jobs:
86
matrix:
87
os: [ubuntu-latest, macos-latest]
88
# 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]
+ ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head, jruby, jruby-head, truffleruby, truffleruby-head]
90
runs-on: ${{ matrix.os }}
91
steps:
92
- uses: actions/checkout@v2
dist/index.js
ruby-builder-versions.js
@@ -11,7 +11,7 @@ export function getVersions(platform) {
11
"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",
12
"2.7.0", "2.7.1", "2.7.2", "2.7.3", "2.7.4", "2.7.5",
13
"3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", "3.0.1", "3.0.2", "3.0.3",
- "3.1.0-preview1",
+ "3.1.0-preview1", "3.1.0",
"head", "debug"
],
"jruby": [
0 commit comments