Skip to content
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

Minimum Elixir Version changed to 1.16 in 0.2.0 #8

Open
esvinson opened this issue May 16, 2024 · 0 comments
Open

Minimum Elixir Version changed to 1.16 in 0.2.0 #8

esvinson opened this issue May 16, 2024 · 0 comments

Comments

@esvinson
Copy link

The minimum Elixir version was changed from 1.3 to 1.16 in the 0.2.0 release. This is now resulting in dependency compile warnings for apps that haven't updated to 1.16 yet. I understand going from 1.3 to 1.9 (The version it had a few commits prior to this bumping to 1.16) to reduce support versions, but 1.16 is only a few months old, and many people probably haven't updated yet.

490245c

I've tested back to Elixir 1.9.4/OTP 22 and tests seem to pass with no issues.

Would you consider pushing the Elixir version requirement back a few minor versions?

Thank you!

Example: mix deps.compile now show this:

warning: the dependency :uri_query requires Elixir "~> 1.16" but you are running on v1.15.7
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

No branches or pull requests

1 participant