Upgrade dependencies; bump CI's Elixir 1.20 pairing to OTP 29.0 - #24
Merged
Merged
Conversation
…29.0 Upgrades phoenix, plug, dialyxir, ex_doc, and other deps in both the root project and the example app. Also moves the CI matrix's latest entry from Elixir 1.20/OTP 28.3 to 1.20/OTP 29.0 and pins local dev to the same pair via .tool-versions. Includes a formatting fix from running mix format after the upgrade. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
example/app (phoenix, plug, dialyxir, ex_doc, ex_slop, ex_dna, and others)..tool-versions) to the matching Elixir 1.20.4/OTP 29.0.6 pair.mix format) surfaced after the upgrade.Verified
make ci(compile, tests, credo, ex_dna, dialyzer, format check) and the example app's integration tests pass under both the old (1.18/OTP 27) and new (1.20.4/OTP 29.0.6) toolchains.Test plan
make cipasses locally on Elixir 1.18.5/OTP 27make cipasses locally on Elixir 1.20.4/OTP 29.0.6example/integration tests pass on Elixir 1.20.4/OTP 29.0.6🤖 Generated with Claude Code