Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Elixir so we can specify the OTP version
The `1.13.x` `elixir` releases have a single precompiled file. But it's not clear which OTP release they're compiled against. The `1.14.x` `elixir` releases have multiple precompiled binaries for OTP 23, 24, and 25. So we can specify which binary to pull to guarantee it aligns with the Erlang version we're using.
- Loading branch information