Skip to content

Commit

Permalink
Check if CI on OTP 27.0 is already available
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed May 22, 2024
1 parent f40b110 commit c800a29
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 14 additions & 11 deletions .github/workflows/otp_version_to_rebar3_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit c800a29

Please sign in to comment.