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 ecaa9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
include:
- pair:
elixir: 1.7.4
otp: 22.3.4
elixir: 1.10.4
otp: 21.3
- pair:
elixir: 1.11.4
otp: 23.2.7
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 ecaa9e7

Please sign in to comment.