Skip to content

Commit 9432c89

Browse files
committed
Recommend the short version syntax
* It's safer long-term and ensures to use the latest release with the most bug fixes.
1 parent 4c00b61 commit 9432c89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby:
1515
| JRuby | 9.2.9.0 |
1616
| TruffleRuby | 19.3.0 |
1717

18+
The recommended way to refer to these versions is:
19+
`2.3`, `2.4`, `2.5`, `2.6`, `2.7`, `jruby`, `truffleruby`.
20+
That way, the latest compatible release is used, which contains the most bug fixes.
21+
1822
See https://github.com/eregon/ruby-install-builder/blob/metadata/versions.json
1923
for the always up-to-date list of available Ruby versions.
2024

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding:
66
icon: download
77
inputs:
88
ruby-version:
9-
description: 'Engine and version to use in the format "myruby-X.Y.Z"'
9+
description: 'Engine and version to use, see the syntax in the README'
1010
required: true
1111
outputs:
1212
ruby-prefix:

0 commit comments

Comments
 (0)