Skip to content

Remove test code for compatibility with pre 1.13 elixir #4608

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

Merged

Conversation

PragTob
Copy link
Contributor

@PragTob PragTob commented Apr 16, 2025

I don't think it's needed any more. The CI runs with 1.14 on the low end. 1.13 doesn't even get security patches any more, and we're removing test execution support for versions before that even.

I had noticed this code due to a check annotation from github on my previous PR and it got me curios: https://github.com/elixir-ecto/ecto/pull/4607/files

Thanks for all your work! 💚

I don't think it's needed any more. The CI runs with 1.14 on
the low end. 1.13 doesn't even get security patches any more,
and we're removing _test execution_ support for versions before
that even.
@PragTob
Copy link
Contributor Author

PragTob commented Apr 16, 2025

IMG_20210925_095053_Bokeh

%RedactAllExceptPrimaryKeysSchema{},
%{username: "Hunter", password: "hunter2"},
[:username, :password]
)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one seemingly was just caused by my mix format, sorry I can remove it if it's too annoying :)

@v0idpwn v0idpwn merged commit 8e89728 into elixir-ecto:master Apr 16, 2025
7 checks passed
@v0idpwn
Copy link
Member

v0idpwn commented Apr 16, 2025

Looks great! Thanks 💚

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants