-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update to Elixir 1.18 #132
base: main
Are you sure you want to change the base?
Conversation
.github/workflows/elixir_tests.yml
Outdated
@@ -7,7 +7,7 @@ jobs: | |||
runs-on: ubuntu-20.04 | |||
|
|||
container: | |||
image: hexpm/elixir:1.17.0-erlang-27.0-debian-bookworm-20240612 | |||
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bullseye-20241202 |
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.
Can you find a "bookworm" debian release image? bullseye is not the current stable release of debian
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.
Thank you :)
.tool-versions
Outdated
@@ -1,2 +1,2 @@ | |||
elixir 1.17.0-otp-27 | |||
elixir 1.18.0-otp-27 | |||
erlang 27.0 |
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.
Btw. if you're bumping the Erlang version in the docker image to 27.2 for all the tooling, we should do the same in tool-versions
Nothing much to say, no warning.