Skip to content

Commit de1c1f1

Browse files
committed
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 actions#44 is addressed we can remove this.
1 parent 6e4e910 commit de1c1f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ This action sets up a ruby environment for versions which are installed on the [
88

99
> Only supports `2.4.x`, `2.5.x`, and `2.6.x`.
1010
11+
If you want to use exact versions (e.g., `2.6.5`) of Ruby, or to use JRuby or TruffleRuby,
12+
please take a look at other actions such as [use-ruby-action](https://github.com/eregon/use-ruby-action).
13+
1114
# Usage
1215

1316
See [action.yml](action.yml)

0 commit comments

Comments
 (0)