Skip to content

Commit a638b2a

Browse files
committed
Add OTP 27.2 to CI
1 parent 2b27cc3 commit a638b2a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ jobs:
1717
runs-on: ${{matrix.os}}
1818
strategy:
1919
matrix:
20-
otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.2', '27.1']
20+
otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.2', '27.2']
2121
os: ['ubuntu-20.04', 'windows-2019']
22-
exclude:
23-
# Results in "make: *** [Makefile:38: ct] Error 2816"
24-
# as of 2024/10/12, try again at a later date.
25-
- otp_vsn: '27.1'
26-
os: 'windows-2019'
2722
steps:
2823
- name: Checkout
2924
uses: actions/checkout@v4

.github/workflows/otp_version_to_rebar3_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"26.1": "3.23",
2424
"26.2": "3.23",
2525

26-
"27.1": "3.24"
26+
"27.2": "3.24"
2727
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
### Added
10+
11+
- OTP 27.2 to CI
12+
713
## [2.3.11] - 2024-12-15
814

915
### Added

0 commit comments

Comments
 (0)