diff --git a/README.md b/README.md index 65efc50..1788c46 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | Interpreter | Versions | | ----------- | -------- | -| `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 | +| `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 | | `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.13.0, head | | `truffleruby` | 19.3.0 - 20.3.0, head | @@ -83,7 +83,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - ruby: [2.5, 2.6, 2.7, head, jruby, jruby-head, truffleruby, truffleruby-head] + ruby: [2.5, 2.6, 2.7, '3.0', head, jruby, jruby-head, truffleruby, truffleruby-head] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/dist/index.js b/dist/index.js index ef17efe..ea496eb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -45192,7 +45192,7 @@ function getVersions(platform) { "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.6.0", "2.6.1", "2.6.2", "2.6.3", "2.6.4", "2.6.5", "2.6.6", "2.7.0", "2.7.1", "2.7.2", - "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", + "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", "head", "debug", ], "jruby": [ diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 8442626..1d6ce0c 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -8,7 +8,7 @@ export function getVersions(platform) { "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.6.0", "2.6.1", "2.6.2", "2.6.3", "2.6.4", "2.6.5", "2.6.6", "2.7.0", "2.7.1", "2.7.2", - "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", + "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", "head", "debug", ], "jruby": [