Skip to content

Commit 8e38ca2

Browse files
committed
Drop support for Elixir versions < 1.15
1 parent 00bd5b9 commit 8e38ca2

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,17 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- pair:
22-
elixir: 1.14.5
23-
otp: 24.3
24-
build-flags: --warnings-as-errors
2521
- pair:
2622
elixir: 1.15.7
27-
otp: 25.3
23+
otp: 24.3
2824
build-flags: --warnings-as-errors
2925
- pair:
3026
elixir: 1.16.2
31-
otp: 26.2
27+
otp: 25.3
3228
build-flags: --warnings-as-errors
3329
- pair:
3430
elixir: 1.17.3
35-
otp: 27.3
31+
otp: 26.2
3632
build-flags: --warnings-as-errors
3733
- pair:
3834
elixir: 1.18.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 only upgrades to RDF.ex v3.0 and fixes warnings under Elixir v1.19
1111

12+
Elixir versions < 1.15 are no longer supported.
13+
1214
[Compare v0.1.0...HEAD](https://github.com/rdf-elixir/foaf-ex/compare/v0.1.0...HEAD)
1315

1416

mix.exs

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

0 commit comments

Comments
 (0)