diff --git a/README.md b/README.md index 1d48e0a..d07d6bf 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | ----------- | -------- | | `ruby` | 1.9.3, 2.0.0, 2.1.9, 2.2, all versions from 2.3.0 until 3.0.2, head, debug, mingw, mswin | | `jruby` | 9.1.17.0 - 9.3.1.0, head | -| `truffleruby` | 19.3.0 - 21.2.0.1, head | -| `truffleruby+graalvm` | 21.2.0, head | +| `truffleruby` | 19.3.0 - 21.3.0, head | +| `truffleruby+graalvm` | 21.2.0 - 21.3.0, head | `ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`). On Windows, `mingw` and `mswin` are `ruby-head` builds using the MSYS2/MinGW and the MSVC toolchains respectively. diff --git a/dist/index.js b/dist/index.js index 8d08de1..4e77d28 100644 --- a/dist/index.js +++ b/dist/index.js @@ -58788,11 +58788,11 @@ function getVersions(platform) { "truffleruby": [ "19.3.0", "19.3.1", "20.0.0", "20.1.0", "20.2.0", "20.3.0", - "21.0.0", "21.1.0", "21.2.0", "21.2.0.1", + "21.0.0", "21.1.0", "21.2.0", "21.2.0.1", "21.3.0", "head" ], "truffleruby+graalvm": [ - "21.2.0", + "21.2.0", "21.3.0", "head" ] } diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 839476d..53d17ac 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -22,11 +22,11 @@ export function getVersions(platform) { "truffleruby": [ "19.3.0", "19.3.1", "20.0.0", "20.1.0", "20.2.0", "20.3.0", - "21.0.0", "21.1.0", "21.2.0", "21.2.0.1", + "21.0.0", "21.1.0", "21.2.0", "21.2.0.1", "21.3.0", "head" ], "truffleruby+graalvm": [ - "21.2.0", + "21.2.0", "21.3.0", "head" ] }