From d2f535c1eda3aae4274db5cc4626d384b5b000a8 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 5 Apr 2021 19:39:06 +0200 Subject: [PATCH] Add Ruby 2.5.9, 2.6.7, 2.7.3 and 3.0.1 * Simplify list of supported CRuby versions. --- .github/workflows/test.yml | 2 +- README.md | 2 +- dist/index.js | 8 ++++---- ruby-builder-versions.js | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ac8bba..3e009a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0, windows-2016, windows-2019 ] # Use various version syntax here for testing - ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6.6, 2.7, '3.0', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ] + ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6.7, 2.7, '3.0', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head ] include: - { os: windows-2016, ruby: mingw } - { os: windows-2019, ruby: mingw } diff --git a/README.md b/README.md index ee700db..ce3d790 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, 3.0.0, head, debug, mingw, mswin | +| `ruby` | 2.1.9, 2.2, all versions from 2.3.0 until 3.0.1, head, debug, mingw, mswin | | `jruby` | 9.1.17.0, 9.2.9.0 - 9.2.17.0, head | | `truffleruby` | 19.3.0 - 21.0.0, head | diff --git a/dist/index.js b/dist/index.js index 6b07092..183f84e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -45350,10 +45350,10 @@ function getVersions(platform) { "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.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", "2.7.2", - "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", + "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.5.9", + "2.6.0", "2.6.1", "2.6.2", "2.6.3", "2.6.4", "2.6.5", "2.6.6", "2.6.7", + "2.7.0", "2.7.1", "2.7.2", "2.7.3", + "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", "3.0.1", "head", "debug", ], "jruby": [ diff --git a/ruby-builder-versions.js b/ruby-builder-versions.js index c9ad39d..8c158c6 100644 --- a/ruby-builder-versions.js +++ b/ruby-builder-versions.js @@ -5,10 +5,10 @@ export function getVersions(platform) { "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.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", "2.7.2", - "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", + "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.5.9", + "2.6.0", "2.6.1", "2.6.2", "2.6.3", "2.6.4", "2.6.5", "2.6.6", "2.6.7", + "2.7.0", "2.7.1", "2.7.2", "2.7.3", + "3.0.0-preview1", "3.0.0-preview2", "3.0.0-rc1", "3.0.0", "3.0.1", "head", "debug", ], "jruby": [