From c800a299275f6ae7bac2076cc31489e779e70d95 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Wed, 22 May 2024 16:11:33 +0100 Subject: [PATCH] Check if CI on OTP 27.0 is already available --- .github/workflows/ci.yml | 2 +- .../otp_version_to_rebar3_version.json | 25 +++++++++++-------- CHANGELOG.md | 6 +++++ README.md | 2 +- 4 files changed, 22 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73de841..6db0cbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.0', '26.1', '26.2'] + otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.3', '27.0'] os: ['ubuntu-20.04', 'windows-2019'] steps: - name: Checkout diff --git a/.github/workflows/otp_version_to_rebar3_version.json b/.github/workflows/otp_version_to_rebar3_version.json index fe82586..8106fd4 100644 --- a/.github/workflows/otp_version_to_rebar3_version.json +++ b/.github/workflows/otp_version_to_rebar3_version.json @@ -9,17 +9,20 @@ "23.2": "3.19", "23.3": "3.19", - "24.0": "3.22", - "24.1": "3.22", - "24.2": "3.22", - "24.3": "3.22", + "24.0": "3.23", + "24.1": "3.23", + "24.2": "3.23", + "24.3": "3.23", - "25.0": "3.22", - "25.1": "3.22", - "25.2": "3.22", - "25.3": "3.22", + "25.0": "3.23", + "25.1": "3.23", + "25.2": "3.23", + "25.3": "3.23", - "26.0": "3.22", - "26.1": "3.22", - "26.2": "3.22" + "26.0": "3.23", + "26.1": "3.23", + "26.2": "3.23", + "26.3": "3.23", + + "27.0": "3.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 60fed1b..94b6f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- OTP 27.0 to CI + ## [2.3.8] - 2024-05-04 ### Fixed diff --git a/README.md b/README.md index ba418bc..cfadb40 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Hex downloads](https://img.shields.io/hexpm/dt/locus.svg)](https://hex.pm/packages/locus) [![License](https://img.shields.io/hexpm/l/locus.svg)](https://github.com/g-andrade/locus/blob/master/LICENSE) -[![Erlang Versions](https://img.shields.io/badge/Erlang%2FOTP-22%20to%2026-blue)](https://www.erlang.org) +[![Erlang Versions](https://img.shields.io/badge/Erlang%2FOTP-22%20to%2027-blue)](https://www.erlang.org) [![CI status](https://github.com/g-andrade/locus/actions/workflows/ci.yml/badge.svg)](https://github.com/g-andrade/locus/actions/workflows/ci.yml) [![Latest version](https://img.shields.io/hexpm/v/locus.svg?style=flat)](https://hex.pm/packages/locus) [![API reference](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/locus/)