Skip to content

Commit

Permalink
Drop support for Elixir versions < 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Sep 21, 2020
1 parent 5df8c95 commit 7b2058f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ matrix:
include:
# TODO: temporarily disabled since the newest version of Hackney (used by excoveralls) doesn't seem to work with OTP 20 ("Compiling src/hackney_ssl.erl failed")
# - otp_release: 20.0
# elixir: 1.8
- otp_release: 21.0
elixir: 1.8
- otp_release: 22.0
elixir: 1.8
# TODO: temporarily disabled since the newest version of Hackney (used by excoveralls) doesn't seem to work with OTP 20 ("Compiling src/hackney_ssl.erl failed")
# - otp_release: 20.0
# elixir: 1.9
- otp_release: 21.0
elixir: 1.9
- otp_release: 22.0
elixir: 1.9
- otp_release: 21.0
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and

## v0.3.0 - 2020-09-21

Elixir versions < 1.8 are no longer supported
Elixir versions < 1.9 are no longer supported

### Added

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule SPARQL.Client.Mixfile do
[
app: :sparql_client,
version: @version,
elixir: "~> 1.8",
elixir: "~> 1.9",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 7b2058f

Please sign in to comment.