Drop support for OTP < 20

This commit is contained in:
Marcel Otto 2019-03-31 05:24:44 +02:00
parent 74490c96c9
commit b5b7fefc3d
2 changed files with 4 additions and 3 deletions

View file

@ -1,10 +1,10 @@
language: elixir
matrix:
include:
- otp_release: 20.0
elixir: 1.6
- otp_release: 21.0
elixir: 1.6
- otp_release: 19.3
elixir: 1.7
- otp_release: 21.0
elixir: 1.7
- otp_release: 20.0

View file

@ -26,7 +26,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
- when `RDF.Graph.add` and `RDF.Graph.put` are called with another graph, its
prefixes are merged
- `RDF.Turtle.Decoder` saves the prefixes now
- drop support for OTP < 20, since prefixes can consist of UTF characters which
are not supported in atoms on these versions
[Compare v0.5.4...HEAD](https://github.com/marcelotto/rdf-ex/compare/v0.5.4...HEAD)