Skip to content

Commit

Permalink
Require Elixir 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Dec 20, 2024
1 parent 375b2e2 commit e322131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
include:
- pair:
elixir: 1.12.3
elixir: 1.14.4
otp: 22.3
- pair:
elixir: 1.17.2
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Goth.Mixfile do
version: @version,
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.12",
elixir: "~> 1.13",
source_url: @source_url,
name: "Goth",
description: description(),
Expand Down

0 comments on commit e322131

Please sign in to comment.