Drop support for Elixir 1.5

This commit is contained in:
Marcel Otto 2018-09-17 02:53:51 +02:00
parent 874c71123c
commit d06c83340e
3 changed files with 10 additions and 3 deletions

View file

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

View file

@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
[Keep a CHANGELOG](http://keepachangelog.com).
## Unreleased
No significant changes. Just some adoptions to work with RDF.ex 0.5, which drops
support for Elixir versions < 1.6.
[Compare v0.2.3...HEAD](https://github.com/marcelotto/jsonld-ex/compare/v0.2.3...HEAD)
## 0.2.3 - 2018-07-11
- Upgrade to Jason 1.1

View file

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