Skip to content

Commit

Permalink
Drop support for Elixir 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Aug 26, 2024
1 parent 5ac0a83 commit 6612b5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
strategy:
matrix:
include:
- elixir: "1.10"
otp: "21.3"
- elixir: "1.11"
otp: "23.3"
- elixir: "1.14"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
filtering
- Bump `ex_doc` to the latest version

### Breaking changes

- Drop support for Elixir 1.10

## v0.6.5 (2024-04-26)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Aja.MixProject do
[
app: :aja,
version: @version,
elixir: "~> 1.10",
elixir: "~> 1.11",
deps: deps(),
consolidate_protocols: Mix.env() != :test,
aliases: aliases(),
Expand Down

0 comments on commit 6612b5a

Please sign in to comment.