From 4e157d17a5d2b8789eb27f2b2ed49e937621a7b9 Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Mon, 6 May 2024 23:16:49 +0200 Subject: [PATCH] Drop support for OTP versions < 23 --- .github/workflows/elixir-build-and-test.yml | 9 +++------ CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/elixir-build-and-test.yml b/.github/workflows/elixir-build-and-test.yml index 6958a114..63e8dc3f 100644 --- a/.github/workflows/elixir-build-and-test.yml +++ b/.github/workflows/elixir-build-and-test.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ec13c9f3..ed81756a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.