Skip to content

Commit

Permalink
Drop 1.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ono committed Nov 3, 2024
1 parent cedeea3 commit d5632a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
elixir: 1.15.x
- otp: 26.x
elixir: 1.14.5
- otp: 25.x
elixir: 1.13.4
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
MIX_ENV: test
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 AMQP.Mixfile do
[
app: :amqp,
version: @version,
elixir: "~> 1.13",
elixir: "~> 1.14",
package: package(),
deps: deps(),
dialyzer: dialyzer(),
Expand Down

0 comments on commit d5632a3

Please sign in to comment.