Skip to content

Commit

Permalink
break(BREAKING CHANGE): update min elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars committed Jul 20, 2022
1 parent e7ceeda commit 61b6b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 61b6b57

Please sign in to comment.