From eb7ed4a8bd34db62a57b608826a67d554fd8cfbe Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:00:39 -0300 Subject: [PATCH] build(deps): supports elixir/otp 1.16/26 --- .github/workflows/ci.yml | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11e0c2e..aa547d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: - elixir: '1.17' erlang: '27.1' lint: true + - elixir: '1.16' + erlang: '26.2.5.3' steps: - uses: actions/checkout@v4 - uses: actions/cache@v4 diff --git a/mix.exs b/mix.exs index 35f412e..c6242a3 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule TowerBugsnag.MixProject do [ app: :tower_bugsnag, version: "0.1.0", - elixir: "~> 1.17", + elixir: "~> 1.16", start_permanent: Mix.env() == :prod, deps: deps() ]