Skip to content

Commit 473e4d8

Browse files
committed
Add Ruby 3.0.0
1 parent 3cb8cff commit 473e4d8

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` | 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 |
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, 3.0.0,<br/> 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.3.0, head |
2020

@@ -83,7 +83,7 @@ jobs:
8383
fail-fast: false
8484
matrix:
8585
os: [ubuntu-latest, macos-latest]
86-
ruby: [2.5, 2.6, 2.7, head, jruby, jruby-head, truffleruby, truffleruby-head]
86+
ruby: [2.5, 2.6, 2.7, '3.0', head, jruby, jruby-head, truffleruby, truffleruby-head]
8787
runs-on: ${{ matrix.os }}
8888
steps:
8989
- 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
@@ -8,7 +8,7 @@ export function getVersions(platform) {
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",
1010
"2.7.0", "2.7.1", "2.7.2",
11-
"3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1",
11+
"3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0",
1212
"head", "debug",
1313
],
1414
"jruby": [

0 commit comments

Comments
 (0)