From de1c1f146ad211c475165a0205c87df2de21406d Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 17 Jan 2020 15:42:28 +0100 Subject: [PATCH] Give a hint if users want exact or more versions * Many Ruby users will want something like that as the issues on this repository make very clear. * Once https://github.com/actions/setup-ruby/issues/44 is addressed we can remove this. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1662fa8b..3f93f47e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ This action sets up a ruby environment for versions which are installed on the [ > Only supports `2.4.x`, `2.5.x`, and `2.6.x`. +If you want to use exact versions (e.g., `2.6.5`) of Ruby, or to use JRuby or TruffleRuby, +please take a look at other actions such as [use-ruby-action](https://github.com/eregon/use-ruby-action). + # Usage See [action.yml](action.yml)