Drop support for OTP 20

This commit is contained in:
Marcel Otto 2021-04-24 21:26:05 +02:00
parent a70aa77c7a
commit cb25e2ce80
2 changed files with 2 additions and 1 deletions

View File

@ -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 }}

View File

@ -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}