Skip to content

Commit 7071fbc

Browse files
committed
update version and compat table
1 parent 016a32f commit 7071fbc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,14 @@ ElixirLS generally aims to support all supported versions of Elixir on all compa
116116

117117
| OTP Versions | Elixir Versions | Supports ElixirLS | Issue(s) |
118118
| :-------------: | :-------------: | :---------------: | :--------------------------------------------------------: |
119-
| any | <= 1.13 | No | No support for required APIs |
120-
| 22 | 1.13 | Yes | Erlang docs not working (requires EIP 48) |
121-
| 23 | 1.13 - 1.14 | Yes | None |
122-
| 24 | 1.13 - 1.16 | Yes | None |
123-
| 25 | 1.13.4 - 1.18 | Yes | None |
119+
| any | <= 1.13 | No | Broken, no support for required APIs |
120+
| 22 | 1.13 | ? | Erlang docs not working (requires EIP 48), May still work but no longer supported |
121+
| 23 | 1.13 | ? | May still work but no longer supported |
122+
| 24 | 1.13 | ? | May still work but no longer supported |
123+
| 25 | 1.13.4 | ? | May still work but no longer supported |
124+
| 23 | 1.14 | Yes | None |
125+
| 24 | 1.14 - 1.16 | Yes | None |
126+
| 25 | 1.14 - 1.18 | Yes | None |
124127
| 26.0.0 - 26.0.1 | any | No | [#886](https://github.com/elixir-lsp/elixir-ls/issues/886) |
125128
| 26.0.2 - 26.1.2 | 1.14.5 - 1.18 | *nix only | [#927](https://github.com/elixir-lsp/elixir-ls/issues/927), [#1023](https://github.com/elixir-lsp/elixir-ls/issues/1023) |
126129
| >= 26.2.0 | 1.14.5 - 1.18 | Yes | None |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.4
1+
0.27.0

0 commit comments

Comments
 (0)