diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 054026c..f28353c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: erlang: '25.3.2.12' - elixir: '1.14' erlang: '24.3.4.17' + - elixir: '1.13' + erlang: '23.3.4.20' steps: - uses: actions/checkout@v4 - uses: actions/cache@v4 diff --git a/mix.exs b/mix.exs index 0934257..a40a605 100644 --- a/mix.exs +++ b/mix.exs @@ -10,7 +10,7 @@ defmodule TowerRollbar.MixProject do app: :tower_rollbar, description: @description, version: @version, - elixir: "~> 1.14", + elixir: "~> 1.13", start_permanent: Mix.env() == :prod, deps: deps(), package: package(),