Skip to content

Commit

Permalink
Bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Jan 22, 2023
1 parent c8ae725 commit 059ec02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Install OTP and Elixir
uses: erlef/setup-elixir@v1
with:
otp-version: 23.0
elixir-version: 1.11.2
otp-version: 25.1
elixir-version: 1.14.1

- name: Install dependencies
run: mix deps.get
Expand All @@ -33,13 +33,9 @@ jobs:
include:
- otp: 23.0
elixir: 1.11.2
- otp: 25.1
elixir: 1.14.1
coverage: true
- otp: 23.0
elixir: 1.10.3
- otp: 22.3
elixir: 1.10.3
- otp: 22.1
elixir: 1.9.4
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.2",
elixir: "~> 1.9",
version: "2.0.0",
elixir: "~> 1.11",
name: "HTTPoison",
description: @description,
package: package(),
Expand Down

0 comments on commit 059ec02

Please sign in to comment.