From ef0fe688a423dd62d1f0bf383264b205ad383373 Mon Sep 17 00:00:00 2001 From: txssu Date: Wed, 6 Aug 2025 02:15:46 +0500 Subject: [PATCH 1/2] Bump elixir version --- .tool-versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 43e9701..e52a7e1 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -elixir 1.18.3-otp-27 -erlang 27.3.4 +elixir 1.19.0-rc.0-otp-28 +erlang 28.0.2 From 911a392d9d48b44cb6b4c2c7d0090024d5c97961 Mon Sep 17 00:00:00 2001 From: txssu Date: Wed, 6 Aug 2025 02:19:45 +0500 Subject: [PATCH 2/2] Bump versions in config --- .github/workflows/ci.yml | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18e48e8..ecfd6bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ on: env: MIX_ENV: test - OTP_VERSION: 27.3 - ELIXIR_VERSION: 1.18.3 + OTP_VERSION: 28.0.2 + ELIXIR_VERSION: 1.19.0-rc.0 jobs: code-quality: diff --git a/mix.exs b/mix.exs index 477ea4e..0b8fb2a 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Cen.MixProject do [ app: :cen, version: "0.1.0", - elixir: "~> 1.17", + elixir: "~> 1.19.0-rc.0", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, aliases: aliases(),