From 9aa40dd495b3328aae56b7216febaff6955285fb Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:18:51 -0300 Subject: [PATCH] ci: updates elixir/otp versions --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27ca04c..f3ad16c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,17 +10,17 @@ jobs: fail-fast: false matrix: include: - - elixir: '1.17' - erlang: '27.0.1' + - elixir: '1.18' + erlang: '27.2' lint: true - elixir: '1.17' - erlang: '26.2.5.3' + erlang: '26.2.5.6' blend: sentry_10_7 - elixir: '1.16' - erlang: '25.3.2.13' + erlang: '25.3.2.16' blend: sentry_10_6 - elixir: '1.16' - erlang: '25.3.2.13' + erlang: '25.3.2.16' blend: sentry_10_5 - elixir: '1.15' erlang: '24.3.4.17'