Skip to content

Commit

Permalink
Drop support for OTP 20
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Apr 24, 2021
1 parent a70aa77 commit cb25e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
elixir: 1.10.4
- erlang: 21.3
elixir: 1.9.4
- erlang: 20.3.1
- erlang: 21.3
elixir: 1.8.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions lib/json/ld/encoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ defmodule JSON.LD.Encoder do
end
end

# TODO: unless we find a way to allow more optimized encode! versions, remove this since it's never used (see the respective warning)
@impl RDF.Serialization.Encoder
@spec encode!(RDF.Data.t(), Options.t() | Enum.t()) :: String.t()
@dialyzer {:nowarn_function, encode!: 1}
Expand Down

0 comments on commit cb25e2c

Please sign in to comment.