Skip to content

Commit 9d93e96

Browse files
kojix2eregon
authored andcommitted
Update README.md
Added example of using the latest stable version of ruby Related to #364
1 parent ee21135 commit 9d93e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ and the [condition and expression syntax](https://help.github.com/en/actions/ref
132132
* engine-version like `ruby-2.6.5` and `truffleruby-19.3.0`
133133
* short version like `'2.6'`, automatically using the latest release matching that version (`2.6.10`)
134134
* version only like `'2.6.5'`, assumes MRI for the engine
135-
* engine only like `truffleruby`, uses the latest stable release of that implementation
135+
* engine only like `ruby` and `truffleruby`, uses the latest stable release of that implementation
136136
* `.ruby-version` reads from the project's `.ruby-version` file
137137
* `.tool-versions` reads from the project's `.tool-versions` file
138138
* If the `ruby-version` input is not specified, `.ruby-version` is tried first, followed by `.tool-versions`

0 commit comments

Comments
 (0)