From e74cde5c2a34380d1f2b9d4f369c69ef79964646 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 3538ad28..deff182b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Note that a `ruby-version:` of `2.6` or `2.6.x` are equivalent. > Supports `2.4`, `2.5`, `2.6`, and `2.7`. +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 on the marketplace](https://github.com/marketplace?utf8=%E2%9C%93&type=actions&query=Setup+Ruby). + # Usage See [action.yml](action.yml)