-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update Elixir, Erlang and dependencies #224
Conversation
Co-Authored-By: David Bernheisel <david@bernheisel.com>
OTP 25 would also be appreciated 🙂 |
Nice catch! I've added it to the matrix, although it only works with Elixir 1.13+ |
@@ -9,7 +9,7 @@ An Elixir implementation of [gRPC](http://www.grpc.io/). | |||
|
|||
**WARNING: Be careful to use it in production! Test and benchmark in advance.** | |||
|
|||
**NOTICE: Erlang/OTP needs >= 20.3.2** | |||
**NOTICE: Erlang/OTP needs >= 22 ** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a hard requirement now? I didn't watch Erlang/Elixir version for a long time, so I may miss something. Ignore this if I miss the simple stuff :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change in how erlang errors are matched drops OTP 21 support, which I don't see as a problem given how old it is
This PR updates dependencies and deprecates support for OTP < 22, as well as Elixir < 1.10