installing with ASDF which versions to use??

If you are reading the official tutorial

Elixir 1.14.X and 1.15.X are possible choices:

  • 1.14.X has been stable for long time.
  • 1.15.X is released recently.

About the Erlang/OTP version:

Following above requirements, you can choose whatever you can get from ASDF. For now, maybe:

  • 1.14.5-otp-25
  • 1.15.0-otp-26
  • 1.15.0-otp-25

If there is no explicit reason to use the latest version of Elixir and Erlang/OTP , I typically lean towards using versions that have been released for some time rather than the latest version.
For me, I will use 1.14.5-otp-25.


If you are reading a book

If you are reading books that have been published for some time, it is best not to follow the principle mentioned above. These books usually have version requirements stated at the beginning, so install the required version according to their requirements.


Know more:


About your question

You can also get some detailed information from their GitHub actions, such as:

8 Likes