-
Notifications
You must be signed in to change notification settings - Fork 76
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
Support Elixir 17.x/Erlang OTP 27.x in CI #161
Support Elixir 17.x/Erlang OTP 27.x in CI #161
Conversation
.github/workflows/ci.yml
Outdated
elixir: 1.11.x | ||
otp: 21.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change this to x
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It supposed to pull the latest version without us explicitly set it.
Run erlef/setup-beam@v1
Installing Erlang/OTP OTP-21.3.8.24 - built on amd64/ubuntu-20.04
Using Elixir 1.11.4 (built for Erlang/OTP 21)
Installing Elixir v1.11.4-otp-21
Running mix local.rebar,--force
Running mix local.hex,--force
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't 1.11
do the same as 1.11.x
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go without the x
like it was before
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@whatyouhide Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kianmeng removing the quotes is also nasty because now those get treated as integers... Can we just update the latest version, without making any more cosmetic changes? 🙃
460f27e
to
47bcbdf
Compare
47bcbdf
to
aaa641c
Compare
Thanks @kianmeng 💟 |
🥳 🥳 🥳 🥳 🥳 |
No description provided.