Skip to content

Commit 7e11523

Browse files
committed
update compatibility matrix
1 parent bd3d3bb commit 7e11523

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,11 @@ For eglot use:
9696

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

107106
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.

0 commit comments

Comments
 (0)