chore: pin dev toolchain to Elixir 1.20.4 / OTP 29.0.5 - #199
Merged
Conversation
Update .tool-versions and add mise.toml so asdf and mise resolve the same versions, matching hammer-backend-redis. Verified locally on this toolchain: mix compile --warnings-as-errors, mix test (142 tests), mix credo --strict, mix format --check-formatted. Co-Authored-By: Emmanuel Pinault <dev@pinault-family.us> Claude-Session: https://claude.ai/code/session_01JckHuT8GcW8Gzsai7vcpvT
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.tool-versionsfrom Elixir 1.19.5-otp-28 / OTP 28.3.1 to Elixir 1.20.4-otp-29 / OTP 29.0.5, and add a matchingmise.tomlso both asdf and mise users resolve the same toolchain.Note: the CI matrix currently tops out at Elixir 1.19 / OTP 28 — happy to add a 1.20/29 row in a follow-up if wanted.
Test Plan
mise exec -- elixir --version→ Elixir 1.20.4 (OTP 29)mix compile --warnings-as-errors(deps rebuilt under OTP 29)mix test— 142 tests, 0 failuresmix credo --strict,mix format --check-formatted🤖 Generated with Claude Code by Emmanuel Pinault
https://claude.ai/code/session_01JckHuT8GcW8Gzsai7vcpvT