Skip to content

Commit b5eadcd

Browse files
committed
Drop support for Elixir versions < 1.15
1 parent fc8de36 commit b5eadcd

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
77

88
## Unreleased
99

10-
Elixir versions < 1.14 and OTP version < 23 are no longer supported.
10+
Elixir versions < 1.15 and OTP version < 24 are no longer supported.
1111

1212
### Added
1313

mix.exs

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

0 commit comments

Comments
 (0)