From e4379f190f67f0042cf296e84569c4d21ebf7fdd Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:43:04 -0300 Subject: [PATCH] ci: updates elixir/otp versions --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f170df9..2a2c401 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,14 +10,16 @@ jobs: fail-fast: false matrix: include: - - elixir: '1.17' - erlang: '27.1' + - elixir: '1.18' + erlang: '27.2' lint: true + - elixir: '1.17' + erlang: '26.2.5.6' - elixir: '1.16' - erlang: '26.2.5.3' + erlang: '25.3.2.16' blend: error_tracker_0_4 - elixir: '1.15' - erlang: '25.3.2.14' + erlang: '25.3.2.16' blend: error_tracker_0_3 steps: - uses: actions/checkout@v4