From 315c3dde7f63138dc0862184305c46a1ce276892 Mon Sep 17 00:00:00 2001 From: mrdotb Date: Wed, 19 Aug 2026 03:46:27 +0200 Subject: [PATCH] chore: add mise.toml and bump CI to Elixir 1.20.3 Pin the local toolchain with mise (Erlang 27.3.4.10, Elixir 1.20.3-otp-27) and align the GitHub Actions test matrix, which was still on Elixir 1.19.5. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/tests.yml | 2 +- mise.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 mise.toml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5637d5bd..da9e13d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: include: - - elixir: 1.19.5 + - elixir: 1.20.3 erlang: 27.3.4.10 name: Elixir v${{ matrix.elixir }}, Erlang v${{ matrix.erlang }} steps: diff --git a/mise.toml b/mise.toml new file mode 100644 index 00000000..eef0642e --- /dev/null +++ b/mise.toml @@ -0,0 +1,3 @@ +[tools] +erlang = '27.3.4.10' +elixir = '1.20.3-otp-27'