Skip to content

Commit

Permalink
docs: describe mise behavior when mise version is lower than min_version
Browse files Browse the repository at this point in the history
  • Loading branch information
erickguan committed Nov 11, 2024
1 parent c1b0623 commit f676f7a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,12 @@ my_custom_node = '20'

### Minimum mise version

Define a minimum supported version of mise for the config file. mise will ignore config files that use too new of a version.
Define a minimum supported version of mise for the config file. When config files requires too new of a version,
mise will:

- ignore config files
- warn the user
- stop continuing.

```toml
min_version = '2024.11.1'
Expand Down

0 comments on commit f676f7a

Please sign in to comment.