Drop support for Elixir 1.5

This commit is contained in:
Marcel Otto 2018-09-04 20:53:14 +02:00
parent e393bff9ef
commit da48d02977
3 changed files with 2 additions and 8 deletions

View file

@ -1,12 +1,6 @@
language: elixir
matrix:
include:
- otp_release: 18.3
elixir: 1.5
- otp_release: 19.3
elixir: 1.5
- otp_release: 20.0
elixir: 1.5
- otp_release: 19.3
elixir: 1.6
- otp_release: 20.0

View file

@ -26,7 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
### Changed
- Elixir 1.4 is no longer supported
- Elixir versions < 1.6 are no longer supported
- `RDF.String.new/2` and `RDF.String.new!/2` produce a `rdf:langString` when
given a language tag
- `RDF.IRI.absolute/2` returns `nil` if the given base is not absolute, instead

View file

@ -9,7 +9,7 @@ defmodule RDF.Mixfile do
[
app: :rdf,
version: @version,
elixir: "~> 1.5",
elixir: "~> 1.6",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps(),