Skip to content

Commit 78bd430

Browse files
committed
Drop support for Elixir versions < 1.14 and OTP < 24
1 parent 9a81b41 commit 78bd430

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.github/workflows/elixir-build-and-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- pair:
22-
elixir: 1.13.4
23-
otp: 23.3
24-
build-flags: --warnings-as-errors
2521
- pair:
2622
elixir: 1.14.5
2723
otp: 24.3

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
55
[Keep a CHANGELOG](http://keepachangelog.com).
66

77

8+
## Unreleased
9+
10+
Elixir versions < 1.14 and OTP version < 24 are no longer supported.
11+
12+
13+
[Compare v0.5.0...HEAD](https://github.com/rdf-elixir/sparql_client/compare/v0.5.0...HEAD)
14+
15+
16+
817
## v0.5.0 - 2024-08-07
918

1019
This version upgrades to RDF.ex v2.0.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1-pre

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule SPARQL.Client.Mixfile do
99
[
1010
app: :sparql_client,
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)