feat: upgrade erlang/elixir runtimes

Upgrade runtimes to:

* erlang .. 24.0.1 .. 25.3.2.7
* elixir .. 1.12.0 .. 1.15.7

Also use [rtx][0] to set version of runtimes and needed environment
variables.

[0]: https://github.com/jdx/rtx
This commit is contained in:
Joao P Dubas 2023-11-20 13:00:27 +00:00
parent d8abc20a8b
commit c397a7ab46

7
.rtx.toml Normal file
View file

@ -0,0 +1,7 @@
[tools]
elixir = "1.15.7-otp-25"
erlang = "25.3.2.7"
[env]
LIVE_BEATS_GITHUB_CLIENT_ID = ""
LIVE_BEATS_GITHUB_CLIENT_SECRET = ""