Skip to content

Commit

Permalink
Add OTP 27.1 & rebar 3.24 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 12, 2024
1 parent 49ef423 commit 4268076
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.2', '27.0']
otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.2', '27.1']
os: ['ubuntu-20.04', 'windows-2019']
exclude:
# Results in "make: *** [Makefile:38: ct] Error 2816"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/otp_version_to_rebar3_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"26.1": "3.23",
"26.2": "3.23",

"27.0": "3.23"
"27.1": "3.24"
}
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.1 to CI

## [2.3.10] - 2024-07-24

### Fixed
Expand Down

0 comments on commit 4268076

Please sign in to comment.