Skip to content

Commit c6087bb

Browse files
committed
update compatibility matrix
1 parent 80a2937 commit c6087bb

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 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 | 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 |
119+
| any | <= 1.5 | No | Latest release not compatible. Last version known to work v0.1.0 |
120+
| any | 1.6 | No | Latest release not compatible. Last version known to work v0.2.24 |
121+
| any | 1.7 | No | Latest release not compatible. Last version known to work v0.5.0 |
122+
| any | 1.8 - 1.9 | No | Latest release not compatible. Last version known to work v0.7.0 |
123+
| any | 1.10 | No | Latest release not compatible. Last version known to work v0.10.0 |
124+
| any | 1.11 | No | Latest release not compatible. Last version known to work v0.12.0 |
125+
| any | 1.12 | No | Latest release not compatible. Last version known to work v0.23.0 |
126+
| 22 - 25 | 1.13 | Unknown | Latest release may still work but no longer supported, Last version known to work v0.26.4 |
124127
| 23 | 1.14 | Yes | None |
125128
| 24 | 1.14 - 1.16 | Yes | None |
126129
| 25 | 1.14 - 1.18 | Yes | None |
@@ -130,6 +133,7 @@ ElixirLS generally aims to support all supported versions of Elixir on all compa
130133
| any | 1.15.5 | Yes | Broken formatter [#975](https://github.com/elixir-lsp/elixir-ls/issues/975) |
131134
| 27 | 1.17 - 1.18 | Yes | None |
132135
| 28 | 1.18.4 | Yes | None |
136+
| 26 - 28 | 1.19 | Unofficial | None |
133137

134138
### Version management
135139

0 commit comments

Comments
 (0)