Skip to content

Commit fe28e30

Browse files
authored
Update README.md
1 parent db5b911 commit fe28e30

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
- uses: ruby/setup-ruby@v1
7676
with:
77-
ruby-version: '3.3' # Not needed with a `.ruby-version` or `.tool-versions`
77+
ruby-version: '3.3' # Not needed with a `.ruby-version`, `.tool-versions` or `mise.toml`
7878
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
7979
- run: bundle exec rake
8080
```
@@ -139,11 +139,12 @@ and the [condition and expression syntax](https://help.github.com/en/actions/ref
139139
* engine only like `ruby` and `truffleruby`, uses the latest stable release of that implementation
140140
* `.ruby-version` reads from the project's `.ruby-version` file
141141
* `.tool-versions` reads from the project's `.tool-versions` file
142-
* If the `ruby-version` input is not specified, `.ruby-version` is tried first, followed by `.tool-versions`
142+
* `mise.toml` reads from the project's `mise.toml` file
143+
* If the `ruby-version` input is not specified, `.ruby-version` is tried first, followed by `.tool-versions`, followed by `mise.toml`
143144

144145
### Working Directory
145146

146-
The `working-directory` input can be set to resolve `.ruby-version`, `.tool-versions` and `Gemfile.lock`
147+
The `working-directory` input can be set to resolve `.ruby-version`, `.tool-versions`, `mise.toml` and `Gemfile.lock`
147148
if they are not at the root of the repository, see [action.yml](action.yml) for details.
148149

149150
### RubyGems

0 commit comments

Comments
 (0)