Skip to content

Commit

Permalink
Raise minimum elixir version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Oct 31, 2022
1 parent 1cdaed8 commit 4bb0af2
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
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
include:
- pair:
elixir: 1.7.4
elixir: 1.10.4
otp: 22.3.4
- pair:
elixir: 1.11.4
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -9,7 +9,7 @@ defmodule Plug.Cowboy.MixProject do
[
app: :plug_cowboy,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.10",
deps: deps(),
package: package(),
description: @description,
Expand Down

0 comments on commit 4bb0af2

Please sign in to comment.