Skip to content

Commit e8ed028

Browse files
committed
Add compatibility note in docs
1 parent 90b83e8 commit e8ed028

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

guides/introduction/installation.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Add `:credo` as a dependency to your project's `mix.exs`:
77
```elixir
88
defp deps do
99
[
10-
{:credo, "~> 1.6", only: [:dev, :test], runtime: false}
10+
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
1111
]
1212
end
1313
```
@@ -17,3 +17,11 @@ And run:
1717
```bash
1818
$ mix deps.get
1919
```
20+
21+
## Compatibility
22+
23+
Credo aims to stay compatible with the list of [Elixir minor releases mentioned in the Elixir docs](https://hexdocs.pm/elixir/compatibility-and-deprecations.html).
24+
25+
These are the releases that are actively tested on CI.
26+
27+
Please note that Credo sometimes stays technically compatible with even earlier versions coincidentally.

0 commit comments

Comments
 (0)