Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incompatibility Elixir/Erlang OTP error in GitHub CI #104

Conversation

kianmeng
Copy link
Contributor

This resolves the error below:

Error: Requested Elixir / Erlang/OTP version (1.10.4 / OTP-24.0.6) not
found in version list (did you check Compatibility between Elixir and
Erlang/OTP?)

The last supported Erlang OTP for Elixir 1.10.4 is OTP 23:

$ asdf list all elixir | grep 1.10.4
1.10.4
1.10.4-otp-21
1.10.4-otp-22
1.10.4-otp-23

We also refactor and simplify the GitHub Actions configuration.

This resolves the error below:

    Error: Requested Elixir / Erlang/OTP version (1.10.4 / OTP-24.0.6) not
    found in version list (did you check Compatibility between Elixir and
    Erlang/OTP?)

The last supported Erlang OTP for Elixir 1.10.4 is OTP 23:

    $ asdf list all elixir | grep 1.10.4
    1.10.4
    1.10.4-otp-21
    1.10.4-otp-22
    1.10.4-otp-23

We also refactor and simplify the GitHub Actions configuration.
@kianmeng
Copy link
Contributor Author

@josevalim What is the minimum Elixir version we want to support here? The CI set to 1.10.4 while mix.exs set to 1.7?

@josevalim josevalim merged commit 61ee7ef into beam-telemetry:main Oct 10, 2022
@josevalim
Copy link
Contributor

💚 💙 💜 💛 ❤️

@kianmeng
Copy link
Contributor Author

🥳 🥳 🥳 🥳 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants