Skip to content

Commit

Permalink
Require Elixir v1.11 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 20, 2022
1 parent f16cb45 commit 6d2480b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,7 @@ jobs:
- erlang: 24.1
elixir: 1.13
- erlang: 22.2
elixir: 1.10.1
- erlang: 22.1
elixir: 1.9.4
- erlang: 21.3
elixir: 1.8.2
- erlang: 20.3.1
elixir: 1.7.4
- erlang: 20.3.1
elixir: 1.6.6
elixir: 1.11
steps:
- uses: actions/checkout@v2

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 Gettext.Mixfile do
[
app: :gettext,
version: @version,
elixir: "~> 1.6",
elixir: "~> 1.11",
build_embedded: Mix.env() == :prod,
deps: deps(),

Expand Down

0 comments on commit 6d2480b

Please sign in to comment.