mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-15 20:51:03 +00:00
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:
parent
d8abc20a8b
commit
c397a7ab46
1 changed files with 7 additions and 0 deletions
7
.rtx.toml
Normal file
7
.rtx.toml
Normal 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 = ""
|
Loading…
Reference in a new issue