From 6c10c0bae022e1ed0deb3fbab7ff964f3b342267 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 19 Aug 2020 16:33:37 +0200 Subject: [PATCH] Add TruffleRuby 20.2.0 --- README.md | 2 +- dist/index.js | 2 +- ruby-builder-versions.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09efa8f..2c82528 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | ----------- | -------- | | 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.1, head, debug, mingw, mswin | | JRuby | 9.1.17.0, 9.2.9.0 - 9.2.13.0, head | -| TruffleRuby | 19.3.0 - 20.1.0, head | +| TruffleRuby | 19.3.0 - 20.2.0, head | | Rubinius | 4.14 | `ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`). diff --git a/dist/index.js b/dist/index.js index feaa85a..e2d1f22 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3110,7 +3110,7 @@ function getVersions(platform) { ], "truffleruby": [ "19.3.0", "19.3.1", - "20.0.0", "20.1.0", + "20.0.0", "20.1.0", "20.2.0", "head" ] } diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index 3bd3a59..4a85c81 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -17,7 +17,7 @@ export function getVersions(platform) { ], "truffleruby": [ "19.3.0", "19.3.1", - "20.0.0", "20.1.0", + "20.0.0", "20.1.0", "20.2.0", "head" ] }