Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elixir 1.15 #39

Merged
merged 8 commits into from
Dec 12, 2023
Merged

Elixir 1.15 #39

merged 8 commits into from
Dec 12, 2023

Conversation

sblaisot
Copy link
Contributor

@sblaisot sblaisot commented Dec 12, 2023

Some updates to prepare migration to Elixir 1.15 / Debian 11

  • Remove dh-systemd debian package dependency. It has been merged into debhelper in Debian 11
  • Upgrade Debian package dependencies to Erlang/OTP 26 and Elixir 1.15
  • Remove :gettext from compilers to avoid "no longer required" warning
  • Replace use Mix.Config with import Config to avoid deprecation warnings
  • Elixir 1.11 introduced Logger.warning/2 to replace Logger.warn/1. Elixir 1.15 deprecates Logger.warn/1 so we replace Logger.warn/1 by Logger.warning/2
  • Add workaround for webpack 4 on recent nodejs versions
  • Upgrade CI to Erlang/OTP 26 & Elixir 1.15
  • Replace deprecated argos-cli node module with @argos-ci/cli

@sblaisot sblaisot requested a review from nono as a code owner December 12, 2023 12:33
Copy link

argos-ci bot commented Dec 12, 2023

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 🧿 Changes detected (Review) 4 changes Dec 12, 2023, 1:27 PM

@sblaisot sblaisot merged commit 73801a3 into main Dec 12, 2023
1 check passed
@sblaisot sblaisot deleted the elixir-1.15 branch December 12, 2023 14:05
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