Skip to content

Commit

Permalink
bump Elixir version to 1.13.4 (latest) #89
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jul 11, 2022
1 parent 0fd80f1 commit 60aeb1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
with:
elixir-version: '1.12.3' # Define the elixir version [required]
elixir-version: '1.13.4' # Define the elixir version [required]
otp-version: '24.0.2' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule App.MixProject do
[
app: :app,
version: "0.1.0",
elixir: "~> 1.12",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 60aeb1a

Please sign in to comment.