From 1e2e6e19e31ba7e933c03ff7d2025fb8ca1f9c59 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 31 Mar 2020 22:16:34 +0200 Subject: [PATCH] Add the latest CRuby releases --- README.md | 2 +- dist/index.js | 8 ++++---- ruby-builder-versions.js | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3c5d078..6daad61 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | Interpreter | Versions | | ----------- | -------- | -| Ruby | 2.2, 2.3.0 - 2.3.8, 2.4.0 - 2.4.9, 2.5.0 - 2.5.7, 2.6.0 - 2.6.5, 2.7.0, head, mingw, mswin | +| Ruby | 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, mingw, mswin | | JRuby | 9.1.17.0, 9.2.9.0 - 9.2.11.1, head | | TruffleRuby | 19.3.0 - 20.0.0, head | | Rubinius | 4.14 | diff --git a/dist/index.js b/dist/index.js index 849a912..4949faf 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1398,10 +1398,10 @@ function getVersions(platform) { "ruby": [ "2.2.10", "2.3.0", "2.3.1", "2.3.2", "2.3.3", "2.3.4", "2.3.5", "2.3.6", "2.3.7", "2.3.8", - "2.4.0", "2.4.1", "2.4.2", "2.4.3", "2.4.4", "2.4.5", "2.4.6", "2.4.7", "2.4.9", - "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.6.0", "2.6.1", "2.6.2", "2.6.3", "2.6.4", "2.6.5", - "2.7.0", + "2.4.0", "2.4.1", "2.4.2", "2.4.3", "2.4.4", "2.4.5", "2.4.6", "2.4.7", "2.4.9", "2.4.10", + "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", "head" ], "jruby": [ diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index db56e4e..af46872 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -3,10 +3,10 @@ export function getVersions(platform) { "ruby": [ "2.2.10", "2.3.0", "2.3.1", "2.3.2", "2.3.3", "2.3.4", "2.3.5", "2.3.6", "2.3.7", "2.3.8", - "2.4.0", "2.4.1", "2.4.2", "2.4.3", "2.4.4", "2.4.5", "2.4.6", "2.4.7", "2.4.9", - "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.6.0", "2.6.1", "2.6.2", "2.6.3", "2.6.4", "2.6.5", - "2.7.0", + "2.4.0", "2.4.1", "2.4.2", "2.4.3", "2.4.4", "2.4.5", "2.4.6", "2.4.7", "2.4.9", "2.4.10", + "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", "head" ], "jruby": [