Skip to content

Commit 6c5e070

Browse files
committed
Drop support for Elixir versions < 1.14 and OTP < 24
1 parent 82d42c4 commit 6c5e070

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- pair:
19-
elixir: 1.13.4
20-
otp: 23.3
2118
- pair:
2219
elixir: 1.14.5
2320
otp: 24.3

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
99

1010
This version is just upgraded to RDF.ex v2.1.
1111

12+
Elixir versions < 1.14 and OTP version < 24 are no longer supported
13+
1214

1315
[Compare v0.3.10...HEAD](https://github.com/rdf-elixir/sparql-ex/compare/v0.3.10...HEAD)
1416

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule SPARQL.Mixfile do
99
[
1010
app: :sparql,
1111
version: @version,
12-
elixir: "~> 1.13",
12+
elixir: "~> 1.14",
1313
build_embedded: Mix.env == :prod,
1414
start_permanent: Mix.env == :prod,
1515
deps: deps(),

0 commit comments

Comments
 (0)