Skip to content

Commit

Permalink
Drop support for OTP versions < 23
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed May 6, 2024
1 parent bc83d9c commit 4e157d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/elixir-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,16 @@ jobs:
include:
- pair:
elixir: 1.13.4
otp: 22.3
build-flags:
- pair:
elixir: 1.14.5
otp: 23.3
build-flags:
- pair:
elixir: 1.15.7
elixir: 1.14.5
otp: 24.3
build-flags:
- pair:
elixir: 1.16.2
elixir: 1.15.7
otp: 25.3
build-flags:
- pair:
elixir: 1.16.2
otp: 26.2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and

## Unreleased

Elixir versions < 1.13 are no longer supported
Elixir versions < 1.13 and OTP version < 23 are no longer supported

An update to the recent more extensive Turtle test suite revealed that a bug in
Elixir's `URI.merge/2` function affects the relative URI handling in the Turtle decoder.
Expand Down

0 comments on commit 4e157d1

Please sign in to comment.