Skip to content

Elixir 1.19#2

Merged
fabio-t merged 1 commit intomainfrom
feature/upgrade-elixir-119
Feb 27, 2026
Merged

Elixir 1.19#2
fabio-t merged 1 commit intomainfrom
feature/upgrade-elixir-119

Conversation

@fedoracoreuser
Copy link

@fedoracoreuser fedoracoreuser commented Feb 27, 2026

This pull request updates the project to use Elixir 1.19.5 and Erlang 28.3.1, and makes related adjustments in configuration and workflow files. The most significant changes are the upgrade of language versions and the update of project settings to match.

Language and tool version upgrades:

  • Updated .tool-versions to use elixir 1.19.5-otp-28 and erlang 28.3.1 for local development and CI consistency.
  • Updated all erlef/setup-beam steps in .github/workflows/main.yml and .github/workflows/release.yml to use elixir-version: "1.19.5" and otp-version: "28". [1] [2] [3] [4]
  • Updated the matrix in .github/workflows/main.yml to test against Elixir 1.19.5 and OTP 28.

Project configuration updates:

  • Updated mix.exs to require Elixir ~> 1.19 and bumped the project version to 0.5.1.
  • Refactored test coverage and CLI environment configuration in mix.exs by moving preferred_cli_env to a new cli function.

Copy link

Copilot AI left a comment

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 upgrades the project from Elixir 1.18 to Elixir 1.19, updating runtime versions, dependencies, and CI configurations. The version is also bumped from 0.4.2 to 0.5.1.

Changes:

  • Upgraded Elixir requirement from ~> 1.18 to ~> 1.19 and bumped project version to 0.5.1
  • Updated all development dependencies to their latest versions compatible with Elixir 1.19
  • Updated Erlang/Elixir versions in .tool-versions and GitHub Actions workflows

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
mix.exs Updated Elixir version requirement to ~> 1.19, bumped project version to 0.5.1, and refactored CLI configuration into separate cli/0 function
mix.lock Updated all development dependencies (benchee, credo, dialyxir, erlex, ex_doc, file_system, makeup_erlang) to latest versions
.tool-versions Updated Erlang to 28.3.1 and Elixir to 1.19.5-otp-28
.github/workflows/main.yml Updated CI workflow to use Elixir 1.19.5 and standardized version string quoting
.github/workflows/release.yml Updated release workflow to use Elixir 1.19.5 and standardized version string quoting

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

@fabio-t fabio-t force-pushed the feature/upgrade-elixir-119 branch from e2d13ff to 3926531 Compare February 27, 2026 13:54
@fabio-t fabio-t changed the base branch from fix/handle-lists-in-metadata to main February 27, 2026 13:55
@fabio-t fabio-t force-pushed the feature/upgrade-elixir-119 branch from 3ccf3c6 to 1502fbc Compare February 27, 2026 14:16
@fabio-t fabio-t merged commit ffa18fa into main Feb 27, 2026
4 checks passed
@fabio-t fabio-t deleted the feature/upgrade-elixir-119 branch February 27, 2026 14:20
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.

3 participants