Skip to content

Commit

Permalink
Bump version and bump Elixir requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Mar 31, 2022
1 parent a5484be commit 3f53f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
elixir: 1.10.3
- otp: 22.1
elixir: 1.9.4
- otp: 21.3
elixir: 1.8.2
env:
MIX_ENV: test
steps:
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ defmodule HTTPoison.Mixfile do
def project do
[
app: :httpoison,
version: "1.8.0",
elixir: "~> 1.8",
version: "1.8.1",
elixir: "~> 1.9",
name: "HTTPoison",
description: @description,
package: package(),
Expand Down

0 comments on commit 3f53f00

Please sign in to comment.