Update Elixir/OTP versions in CI and require Elixir 1.16+ - #324
Merged
Conversation
Bumps the CI matrix to Elixir 1.20.1/OTP 29.0.2 (with lint) and Elixir 1.16.3/OTP 26.2.5.21 on Ubuntu 24.04, and raises the minimum Elixir version in mix.exs to match. Also drops an unused `require Logger` from PartitionDispatcher and updates mix.lock.
josevalim
reviewed
Jun 19, 2026
Member
|
Thank you @gilbertwong96, this is nice! However, we still support security patches for Elixir 1.15 so I don't think we should bump to 1.16 yet. Any way we could bump to 1.15 instead? |
Member
|
@whatyouhide as of v1.20, we only provide security patches for v1.16+ :) |
Contributor
Author
After Elixir 1.20 released, there's no security patches for Elixir 1.15 anymore: https://elixir.hexdocs.pm/compatibility-and-deprecations.html#between-non-major-elixir-versions |
Member
|
💚 💙 💜 💛 ❤️ |
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.
Bumps the CI matrix to Elixir 1.20.1/OTP 29.0.2 (with lint) and Elixir 1.16.3/OTP 26.2.5.21 on Ubuntu 24.04, and raises the minimum Elixir version in
mix.exsto match the lint job.Also drops an unused
require LoggerfromPartitionDispatcherand updatesmix.lock.