Skip to content

Commit

Permalink
feat: drop support for Elixir < 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Nov 15, 2024
1 parent 10eba75 commit ab4e225
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: "1.12"
otp: "24"
- elixir: "1.13"
otp: "24"
- elixir: "1.14"
otp: "25"
- elixir: "1.15"
otp: "26"
dialyzer: true
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 2.0.0 (unreleased)
- BREAKING CHANGE: Remove generated defs/0 function
- Drop support for Elixir < 1.15

# 1.7.8
- Fix warnings of unknown JSON modules when a JSON library is not installed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Protox.Mixfile do
[
app: :protox,
version: "1.7.8",
elixir: "~> 1.12",
elixir: "~> 1.15",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit ab4e225

Please sign in to comment.