From e382b1137890fe0fb2e7c8776cbacd00c732d8f8 Mon Sep 17 00:00:00 2001 From: Christian Koch Date: Wed, 20 Jul 2022 09:57:22 -0500 Subject: [PATCH] update elixir version --- .github/workflows/elixir.yml | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 9e494a5..b5c9a4b 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Elixir uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f with: - elixir-version: '1.12.1' # Define the elixir version [required] + elixir-version: '1.13.2' # Define the elixir version [required] otp-version: '24.3' # Define the OTP version [required] - name: Restore dependencies cache uses: actions/cache@v3 diff --git a/mix.exs b/mix.exs index 1f952a8..690fa3d 100644 --- a/mix.exs +++ b/mix.exs @@ -12,7 +12,7 @@ defmodule ExFactor.MixProject do app: :ex_factor, name: @name, version: @version, - elixir: "~> 1.12", + elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, deps: deps(),