We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61be15 commit 5ee96a4Copy full SHA for 5ee96a4
README.md
@@ -53,8 +53,6 @@ jobs:
53
- run: ruby -v
54
```
55
56
-You can leave `ruby-version` unset to use the project's `.ruby-version` file.
57
-
58
### Matrix
59
60
This matrix tests all stable releases of MRI, JRuby and TruffleRuby on Ubuntu and macOS.
@@ -84,7 +82,7 @@ jobs:
84
82
* short version like `2.6`, automatically using the latest release matching that version (`2.6.5`)
85
83
* version only like `2.6.5`, assumes MRI for the engine
86
* engine only like `truffleruby`, uses the latest stable release of that implementation
87
-* `.ruby-version` reads from the project's `.ruby-version` file
+* `.ruby-version` (also the default value) reads from the project's `.ruby-version` file
88
89
### Bundler
90
0 commit comments