Skip to content

Commit

Permalink
update compatibility matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jun 15, 2023
1 parent bd3d3bb commit 7e11523
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,11 @@ For eglot use:

| OTP Versions | Elixir Versions | Supports ElixirLS | Issue(s) |
| :----------: | :-------------: | :---------------: | :--------------------------------------------------------: |
| 22 | 1.12 - 1.13 | Yes | Erlang docs not working (requires EIP 48) |
| 23 | 1.12 - 1.14 | Yes | None |
| 24 | 1.12 | No | [#907](https://github.com/elixir-lsp/elixir-ls/issues/907) |
| 24 | 1.13 - 1.14 | Yes | None |
| 25 | 1.13.4 - 1.14 | Yes | None |
| any | 1.15 | No | [#898](https://github.com/elixir-lsp/elixir-ls/pull/898) |
| any | <= 1.12 | No | No support for Code.Fragment |
| 22 | 1.13 | Yes | Erlang docs not working (requires EIP 48) |
| 23 | 1.13 - 1.14 | Yes | None |
| 24 | 1.13 - 1.15 | Yes | None |
| 25 | 1.13.4 - 1.15 | Yes | None |
| 26 | any | No | [#886](https://github.com/elixir-lsp/elixir-ls/issues/886) |

It is generally recommended to install Elixir and Erlang via [ASDF](https://github.com/asdf-vm/asdf) so that you can have different projects using different versions of Elixir without having to change your system-installed version. ElixirLS can detect and use the version of Elixir and Erlang that you have configured in ASDF.
Expand Down

0 comments on commit 7e11523

Please sign in to comment.