Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test Elixir 1.14-1.17 https://hexdocs.pm/elixir/1.17.3/compatibility-and-deprecations.html * Support Elixir 1.17 logger error messages Elixir 1.17 made some changes to error logging that affected the pattern matching in our `gen_event` handler. This supports the new and the old events when extracting details for the error context. Related: https://github.com/elixir-lang/elixir/releases/tag/v1.7.0 https://www.infoq.com/news/2018/08/elixir-1.7-improvements/ https://www.erlang.org/doc/apps/stdlib/gen_event.html https://hexdocs.pm/logger/Logger.html * Update .github/workflows/elixir.yml --------- Co-authored-by: Parker Selbert <[email protected]>
- Loading branch information