diff --git a/README.md b/README.md index ef6c052..b2d823e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | ----------- | -------- | | `ruby` | 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.2.9.0 - 9.2.19.0, head | -| `truffleruby` | 19.3.0 - 21.1.0, head | +| `truffleruby` | 19.3.0 - 21.2.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 eec6fcc..97e446d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -58775,7 +58775,7 @@ 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.0.0", "21.1.0", "21.2.0", "head" ] } diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 22948ce..1c0c05d 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -20,7 +20,7 @@ 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.0.0", "21.1.0", "21.2.0", "head" ] }