From 59f288e385a30ba2ab20185e755a9e5b1d420e09 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:29:20 +0000 Subject: [PATCH 1/3] Initial plan From 2d0f3d2bc7a3bcd321f967dc800ba1c60e337333 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:32:38 +0000 Subject: [PATCH 2/3] Update Elixir to 1.18.3 and Erlang to 28.2 Co-authored-by: RoyalIcing <2635733+RoyalIcing@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .tool-versions | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0a0774..02884c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: include: - - elixir: 1.17.3 - otp: 27.3 + - elixir: 1.18.3 + otp: 28.2 - elixir: 1.18.3 otp: 27.3 diff --git a/.tool-versions b/.tool-versions index e002ab7..d09ae92 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -elixir 1.19.2-otp-28 -erlang 28.1.1 +elixir 1.18.3-otp-28 +erlang 28.2 From 00d0aedef88b4c48e1d06ddfa788120ca7811fde Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:43:44 +0000 Subject: [PATCH 3/3] Fix: Update to Elixir 1.19.3 (was incorrectly downgraded to 1.18.3) Co-authored-by: RoyalIcing <2635733+RoyalIcing@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .tool-versions | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02884c2..0b1b610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,10 @@ jobs: strategy: matrix: include: - - elixir: 1.18.3 + - elixir: 1.19.3 otp: 28.2 - - elixir: 1.18.3 + - elixir: 1.19.3 otp: 27.3 steps: diff --git a/.tool-versions b/.tool-versions index d09ae92..a5459de 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -elixir 1.18.3-otp-28 +elixir 1.19.3-otp-28 erlang 28.2