Skip to content

Commit

Permalink
Drop support for Elixir 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Jun 4, 2024
1 parent 879ddbe commit d8d1fe0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- pair:
otp: 24.x
elixir: 1.12.x
- pair:
otp: 24.x
elixir: 1.11.x
- pair:
otp: 23.x
elixir: 1.14.x
Expand All @@ -48,9 +45,6 @@ jobs:
- pair:
otp: 23.x
elixir: 1.12.x
- pair:
otp: 23.x
elixir: 1.11.x

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule ExAws.Mixfile do
[
app: :ex_aws,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
description: "Generic AWS client",
name: "ExAws",
Expand Down

0 comments on commit d8d1fe0

Please sign in to comment.