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 "Requested Erlang/OTP version (22.3) not found in version list " on CI #100

Merged

Conversation

angelikatyborska
Copy link
Contributor

I opened another PR and its CI is failing with this error:

Run erlef/setup-elixir@v1
  with:
    elixir-version: 1.11
    otp-version: 22.3
    github-token: ***
    install-hex: true
    install-rebar: true
    version-type: loose
    disable_problem_matchers: false
    hexpm-mirrors: https://builds.hex.pm/
  
Error: Requested Erlang/OTP version (22.3) not found in version list (should you be using option 'version-type': 'strict'?)

I have seen this error before. It happened in my project unexpectedly. It happened when the tag ubuntu-latest upgraded from 20.04 to 22.04, which no longer supports some older Erlang versions according to this table: https://github.com/erlef/setup-beam#compatibility-between-operating-system-and-erlangotp

@angelikatyborska angelikatyborska requested a review from a team as a code owner August 3, 2023 06:25
@angelikatyborska
Copy link
Contributor Author

Tested locally with https://github.com/nektos/act, at least the Test job now works for me.

Copy link
Member

@yordis yordis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 💜

@yordis yordis merged commit cb74966 into ueberauth:master Aug 3, 2023
2 checks passed
@angelikatyborska angelikatyborska deleted the fix-erlang-version-not-found-on-ci branch August 4, 2023 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants