Skip to content

fix(ci): bump release workflow to OTP 28.5#888

Merged
yordis merged 1 commit into
masterfrom
yordis/fix-ci-123
Jun 6, 2026
Merged

fix(ci): bump release workflow to OTP 28.5#888
yordis merged 1 commit into
masterfrom
yordis/fix-ci-123

Conversation

@yordis

@yordis yordis commented Jun 6, 2026

Copy link
Copy Markdown
Member
  • OTP 28.0 ships a :re module that is incompatible with hex 2.4.2 (:re.import/1 undefined), breaking mix hex.publish during the release workflow.

OTP 28.0 ships a :re module that is incompatible with hex 2.4.2, breaking mix hex.publish during release.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Copilot AI review requested due to automatic review settings June 6, 2026 16:04
@cursor

cursor Bot commented Jun 6, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Single CI toolchain pin change with no application or runtime code impact.

Overview
Updates the Hexpm Release workflow (release.yml) so erlef/setup-beam installs OTP 28.5 instead of 28.0, while Elixir stays at 1.19.0.

This unblocks mix hex.publish on release: OTP 28.0’s :re module breaks hex 2.4.2 (:re.import/1 undefined), which the publish job hits after mix local.hex.

Reviewed by Cursor Bugbot for commit 2754b6b. Bugbot is set up for automated code reviews on this repo. Configure here.

@yordis yordis merged commit aa22331 into master Jun 6, 2026
10 checks passed
@yordis yordis deleted the yordis/fix-ci-123 branch June 6, 2026 16:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Hex release GitHub Actions workflow to run on a newer Erlang/OTP patch level to avoid the OTP 28.0 :re incompatibility that breaks mix hex.publish, keeping releases functional.

Changes:

  • Bump otp-version used by the Hex release workflow from 28.0 to 28.5.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

with:
elixir-version: '1.19.0'
otp-version: '28.0'
otp-version: '28.5'
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