Bump Elixir to 1.20.2 and OTP 28.5.0.3#6437
Open
zoldar wants to merge 47 commits into
Open
Conversation
f80405e to
3e6974b
Compare
a62d39f to
6effbe2
Compare
|
cnkk
requested changes
Jun 15, 2026
cnkk
left a comment
Member
There was a problem hiding this comment.
While we're at it modifying the Dockerfile, let's pin the images as well.
IMO it's okay to give up ALPINE_VERSION.
I extracted the meta digest with docker buildx imagetools inspect alpine:3.22.4, so the Dockerfile should work on multi arch build automatically.
8b38584 to
dd13ee3
Compare
Co-authored-by: Cenk Kücük <git@cenk.me>
zoldar
commented
Jul 7, 2026
| setup do | ||
| # mock all domains resolve | ||
| Plausible.DnsLookup.Mock | ||
| |> expect(:lookup, fn _domain, _type, _record, _opts, _timeout -> |
Contributor
Author
There was a problem hiding this comment.
@aerosol For some reason this mock started to be called twice instead of once since bumping deps and I'm not sure why.
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.
Changes
This PR updates Elixir to 1.20.2 and OTP to latest stable 28 (28.5.0.3).
Some minor and patch updates of dependencies were done in the process - either to meet the minimum requirements for the compatibility with new Elixir and OTP versions or in response to security advisories reported via
mix deps.get.The most prominent change is removal of
Bamboo.SMTPAdapterwhich is no longer maintained and fails to compile under Elixir 1.20+.A
.dialyzer_ignore.exsfile was introduced ignoring certain errors which either cannot be easily resolved (the ones related to theopaquetype) or seem downright bogus (the one inmodalappeared out of the blue late in the conversion process).Some credo rules got relaxed as they were too stringent.
Changelog