chore: upgrade CI BEAM versions and use .tool-versions#77
Merged
mjheilmann merged 1 commit intoelixir-grpc:mainfrom Mar 6, 2026
Merged
chore: upgrade CI BEAM versions and use .tool-versions#77mjheilmann merged 1 commit intoelixir-grpc:mainfrom
mjheilmann merged 1 commit intoelixir-grpc:mainfrom
Conversation
- Bump .tool-versions to elixir 1.19.5-otp-27 / erlang 27.3.4.8 - Update Linting and validate_unlocked jobs to read from .tool-versions via setup-beam's version-file input, removing hardcoded versions - Add OTP support ranges and EOL dates to matrix comments Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Contributor
Author
|
@mjheilmann :anotherone: |
mjheilmann
approved these changes
Mar 6, 2026
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.
Summary
.tool-versionsto Elixir 1.19.5-otp-27 / Erlang 27.3.4.8 (latest stable)Lintingandvalidate_unlockedCI jobs to read versions from.tool-versionsviasetup-beam'sversion-fileinput instead of hardcoded values — now only one place to updateWhy
The previous local dev versions (
elixir 1.15.7-otp-26/erlang 26.1.2) were stale. The CI "latest runtime" jobs were also pinned to 1.18/OTP 27. Withversion-file: .tool-versions, bumping.tool-versionsis all that's needed going forward for the linting and unlocked-deps jobs.The compatibility matrix remains hardcoded since it intentionally tests multiple version pairs.
Signed-off-by: Yordis Prieto yordis.prieto@gmail.com