Skip to content

Commit 876bf50

Browse files
committed
Add OTP 28.1 to CI
1 parent 7105a32 commit 876bf50

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,8 @@ jobs:
1717
runs-on: ${{matrix.os}}
1818
strategy:
1919
matrix:
20-
otp_vsn: ['24.3', '25.3', '26.2', '27.3', '28.0']
20+
otp_vsn: ['24.3', '25.3', '26.2', '27.3', '28.1']
2121
os: ['ubuntu-22.04', 'windows-2022']
22-
exclude:
23-
# Gets stuck in '===> Fetching rebar3_ex_doc v0.2.22'
24-
#
25-
# Should be fixed in rebar3 3.25.1+
26-
# * https://github.com/erlang/rebar3/pull/2954
27-
#
28-
- otp_vsn: '28.0'
29-
os: 'windows-2022'
3022
steps:
3123
- name: Checkout
3224
uses: actions/checkout@v5

.github/workflows/otp_version_to_rebar3_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"25.3": "3.24",
66
"26.2": "3.25",
77
"27.3": "3.25",
8-
"28.0": "3.25"
8+
"28.1": "3.25"
99
}

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 28.1 to CI
12+
713
## [2.3.12] - 2025-06-16
814

915
### Added

0 commit comments

Comments
 (0)