From 9d93e96fe71d4372e5084580ab1afe3104108189 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Tue, 13 Dec 2022 19:54:40 +0900 Subject: [PATCH] Update README.md Added example of using the latest stable version of ruby Related to #364 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da2af3..a813cbd 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ and the [condition and expression syntax](https://help.github.com/en/actions/ref * engine-version like `ruby-2.6.5` and `truffleruby-19.3.0` * short version like `'2.6'`, automatically using the latest release matching that version (`2.6.10`) * version only like `'2.6.5'`, assumes MRI for the engine -* engine only like `truffleruby`, uses the latest stable release of that implementation +* engine only like `ruby` and `truffleruby`, uses the latest stable release of that implementation * `.ruby-version` reads from the project's `.ruby-version` file * `.tool-versions` reads from the project's `.tool-versions` file * If the `ruby-version` input is not specified, `.ruby-version` is tried first, followed by `.tool-versions`