Skip to content

Conversation

@warmwaffles
Copy link
Contributor

  • Drops Elixir 1.14 support.
  • Drops OTP 24 support.
  • Adds OTP 27 support
  • Adds Elixir 1.17 support.
  • Adds Elixir 1.18 support.

@warmwaffles warmwaffles force-pushed the update-latest-elixir branch 2 times, most recently from 29ecdea to f43b4b6 Compare April 2, 2025 05:41
@warmwaffles
Copy link
Contributor Author

#35 can be merged before or after this change. Once that gets updated, it should stop the warning messages being vomited in the actions.

This also gets the github actions working again.

app: :file_store,
version: @version,
elixir: "~> 1.14",
elixir: "~> 1.15",
Copy link
Owner

Choose a reason for hiding this comment

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

I'm not opposed to this, but what's the benefit of dropping 1.14 support?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It does not get active support anymore. Its end of life is coming soon. https://endoflife.date/elixir

Typically the support range should be the last 3 version of elixir and 3 versions of OTP. You also won't find people using Elixir 1.14 and OTP27. So it cuts down on the possible permutations of support vs OTP support.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OTP25 ends support in 1 month from now https://endoflife.date/erlang

* Drops Elixir 1.14 support.
* Drops OTP 24 support.
* Adds OTP 27 support
* Adds Elixir 1.17 support.
* Adds Elixir 1.18 support.
@warmwaffles warmwaffles force-pushed the update-latest-elixir branch from f43b4b6 to 69f3030 Compare April 4, 2025 17:43
@warmwaffles
Copy link
Contributor Author

Just rebased off of latest master changes

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