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 ad65390 commit d2f535cCopy full SHA for d2f535c
4 files changed
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0, windows-2016, windows-2019 ]
19
# Use various version syntax here for testing
20
- ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6.6, 2.7, '3.0', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ]
+ ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6.7, 2.7, '3.0', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ]
21
include:
22
- { os: windows-2016, ruby: mingw }
23
- { os: windows-2019, ruby: mingw }
README.md
@@ -14,7 +14,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
14
15
| Interpreter | Versions |
16
| ----------- | -------- |
-| `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, 3.0.0, head, debug, mingw, mswin |
+| `ruby` | 2.1.9, 2.2, all versions from 2.3.0 until 3.0.1, head, debug, mingw, mswin |
| `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.17.0, head |
| `truffleruby` | 19.3.0 - 21.0.0, head |
dist/index.js
ruby-builder-versions.js
@@ -5,10 +5,10 @@ export function getVersions(platform) {
5
"2.2.10",
6
"2.3.0", "2.3.1", "2.3.2", "2.3.3", "2.3.4", "2.3.5", "2.3.6", "2.3.7", "2.3.8",
7
"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",
8
- "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",
9
- "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", "2.7.2",
11
- "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0",
+ "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", "2.5.9",
+ "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.7.0", "2.7.1", "2.7.2", "2.7.3",
+ "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", "3.0.1",
12
"head", "debug",
13
],
"jruby": [
0 commit comments