Skip to content
New issue

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

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

Already on GitHub? # to your account

Unable to use elixir 1.18 on OTP 25 #314

Open
lukaszsamson opened this issue Dec 26, 2024 · 0 comments
Open

Unable to use elixir 1.18 on OTP 25 #314

lukaszsamson opened this issue Dec 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lukaszsamson
Copy link

The bug

Unable to use elixir 1.18 on OTP 25 with setup-beam action

Software versions

A list of software versions where the bug is apparent, as detailed as possible:

  • setup-beam: v1

How to replicate

An ordered list of steps to replicate the bug:

- uses: erlef/setup-beam@v1
   with:
      otp-version: 25.x
      elixir-version: 1.18.x
Installing Erlang/OTP OTP-25.3.2.16 - built on amd64/ubuntu-20.04
Error: Requested Elixir / Erlang/OTP version (1.18.x / 25.x) not found in version list (did you check Compatibility between Elixir and Erlang/OTP?).Elixir and Erlang/OTP compatibility can be found at: https://hexdocs.pm/elixir/compatibility-and-deprecations.html

On OTP 26 and 27 1.18 works as expected

Expected behaviour

elixir 1.18 is supported on OTP 25. See https://hexdocs.pm/elixir/compatibility-and-deprecations.html.

@lukaszsamson lukaszsamson added the bug Something isn't working label Dec 26, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant