Skip to content

Commit 7f096f3

Browse files
committed
Drop support for Elixir versions < 1.15 and OTP < 25
1 parent 9e40ecf commit 7f096f3

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.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.14.5
23-
otp: 24.3
24-
build-flags: --warnings-as-errors
2521
- pair:
2622
elixir: 1.15.7
2723
otp: 25.3

CHANGELOG.md

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

88
## Unreleased
99

10+
Elixir versions < 1.15 and OTP versions < 25 are no longer supported.
11+
1012
### Changed
1113

1214
- Replace `RDF.Data` protocol implementation with new `RDF.Data.Source` protocol

mix.exs

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