From 69acdb87f5852107f95c785483a2b17a5f67571c Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Mon, 25 Dec 2023 12:15:58 +0000 Subject: [PATCH] Add OTP 26.2 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 c177aa5..981f74d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: '23.0', '23.1', '23.2', '23.3', '24.0', '24.1', '24.2', '24.3', '25.0', '25.1', '25.2', '25.3', - '26.0', '26.1' + '26.0', '26.1', '26.2' ] 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 c6712ae..fe82586 100644 --- a/.github/workflows/otp_version_to_rebar3_version.json +++ b/.github/workflows/otp_version_to_rebar3_version.json @@ -20,5 +20,6 @@ "25.3": "3.22", "26.0": "3.22", - "26.1": "3.22" + "26.1": "3.22", + "26.2": "3.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e9f91..ac50962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - OTP 25.3 to CI - OTP 26.0 to CI - OTP 26.1 to CI +- OTP 26.2 to CI ### Changed