Skip to content

Commit

Permalink
chore: update minimum elixir version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
esse committed Oct 8, 2024
1 parent 41fd966 commit 78a3609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Elixir
uses: erlef/[email protected]
with:
elixir-version: '1.12.3' # Define the elixir version [required]
elixir-version: '1.13.4' # Define the elixir version [required]
otp-version: '22.3' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Erebus.MixProject do
def project do
[
app: :erebus,
version: "0.2.3",
elixir: "~> 1.12",
version: "0.2.4",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
consolidate_protocols: Mix.env() != :test,
Expand Down

0 comments on commit 78a3609

Please sign in to comment.