Add support for OTP 28 and Elixir 1.18#224
Merged
ericmj merged 1 commit intoericmj:mainfrom Sep 23, 2025
Merged
Conversation
Owner
|
Seems like CI won't run because of |
d434217 to
c338a89
Compare
Contributor
Author
|
@ericmj ubuntu-22.04 don't supports OTP 20 anymore, minimum is OTP 24.2, see https://github.com/erlef/setup-beam?tab=readme-ov-file#compatibility-between-operating-system-and-erlangotp. Do we still want to support Elixir 1.8 anymore? The minimum Elixir version that supports the OTP 24.2 is 1.13. |
Owner
|
Okay, then lets support the oldest we can test on CI. |
c338a89 to
04404fc
Compare
Contributor
Author
@ericmj As requested:
|
This commit updates the CI workflow to introduce support for testing with the latest versions of Erlang/OTP and Elixir. List of changes: - adding OTP 28 and Elixir 1.18 to the CI matrix - bumping the actions/checkout action to version 5 - bumping the minimum Elixir version to 1.12 and the stream_data dependency to 1.2.0 - specifying the Elixir and OTP versions in the CI matrix as strings to avoid parsing issues - support OTP/28 in CI - updating the build runner to ubuntu-22.04
04404fc to
cd9667b
Compare
Owner
|
Thank you! 💜 |
Contributor
Author
|
🥳 🥳 🥳 🥳 🥳 |
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.
This commit updates the CI workflow to introduce support for testing with
the latest versions of Erlang/OTP and Elixir.
List of changes: