chore: refresh test matrix to Elixir 1.20 / OTP 29#890
Conversation
yordis
commented
Jun 6, 2026
- Track the latest stable Elixir/OTP combo as the lint-gating entry so the project stays aligned with current releases.
PR SummaryLow Risk Overview The main Test matrix drops Elixir 1.16.3 / OTP 26.2.5, keeps 1.17.1 / 27.0 and 1.19.0 / 28.0, and adds 1.20.0 / 29.0.1 as the sole matrix entry with Reviewed by Cursor Bugbot for commit 34e711f. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Pull request overview
Updates the CI test workflow matrix so the lint/format-gating job runs on the latest Elixir/OTP combination, keeping the project aligned with current BEAM releases.
Changes:
- Adds an Elixir
1.20.0/ OTP29.0.1matrix entry. - Moves the
lint: truegating flag from Elixir1.19.0/ OTP28.0to the new latest entry.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Promote Elixir 1.20 / OTP 29 to the lint-gating default and drop Elixir 1.16 / OTP 26 so CI tracks currently supported BEAM versions. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>