From 107cd6a2766b9975d83827218fb3302c8158afaa Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Sat, 12 Oct 2024 19:55:22 +0100 Subject: [PATCH] Add OTP 27.1 & rebar 3.24 to CI --- .github/workflows/ci.yml | 2 +- .github/workflows/otp_version_to_rebar3_version.json | 3 ++- CHANGELOG.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81b988b..b462de7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: '24.0', '24.1', '24.2', '24.3', '25.0', '25.1', '25.2', '25.3', '26.0', '26.1', '26.2', - '27.0' + '27.0', '27.1' ] os: ['ubuntu-20.04'] steps: diff --git a/.github/workflows/otp_version_to_rebar3_version.json b/.github/workflows/otp_version_to_rebar3_version.json index 1ea3976..74d8591 100644 --- a/.github/workflows/otp_version_to_rebar3_version.json +++ b/.github/workflows/otp_version_to_rebar3_version.json @@ -23,5 +23,6 @@ "26.1": "3.23", "26.2": "3.23", - "27.0": "3.23" + "27.0": "3.24", + "27.1": "3.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4db9f..97dd8e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - OTP 26.1 to CI - OTP 26.2 to CI - OTP 27.0 to CI +- OTP 27.1 to CI ### Changed