From 7e115238ec362af349d49b6f05de5443a7f16301 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Thu, 15 Jun 2023 08:54:00 +0200 Subject: [PATCH] update compatibility matrix --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9e26471e5..0ad366a6d 100644 --- a/README.md +++ b/README.md @@ -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.