Skip to content

Commit 269a2c6

Browse files
committed
Run CI on OTP 28
1 parent fb451cd commit 269a2c6

File tree

4 files changed

+8
-25
lines changed

4 files changed

+8
-25
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{matrix.os}}
1818
strategy:
1919
matrix:
20-
otp_vsn: ['24.3', '25.3', '26.2', '27.2']
20+
otp_vsn: ['24.3', '25.3', '26.2', '27.3', '28.0']
2121
os: ['ubuntu-22.04', 'windows-2019']
2222
exclude:
2323
# Results in "make: *** [Makefile:38: ct] Error 2816"
Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,9 @@
11
{
2-
"22.0": "3.18",
3-
"22.1": "3.18",
4-
"22.2": "3.18",
52
"22.3": "3.18",
6-
7-
"23.0": "3.19",
8-
"23.1": "3.19",
9-
"23.2": "3.19",
103
"23.3": "3.19",
11-
12-
"24.0": "3.23",
13-
"24.1": "3.23",
14-
"24.2": "3.23",
154
"24.3": "3.23",
16-
17-
"25.0": "3.23",
18-
"25.1": "3.23",
19-
"25.2": "3.23",
20-
"25.3": "3.23",
21-
22-
"26.0": "3.23",
23-
"26.1": "3.23",
24-
"26.2": "3.23",
25-
26-
"27.2": "3.24"
5+
"25.3": "3.24",
6+
"26.2": "3.25",
7+
"27.3": "3.25",
8+
"28.0": "3.25"
279
}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
### Added
1010

11-
- OTP 27.2 to CI
11+
- OTP 27.3 to CI
12+
- OTP 28.0 to CI
1213

1314
### Changed
1415

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Hex downloads](https://img.shields.io/hexpm/dt/locus.svg)](https://hex.pm/packages/locus)
44
[![License](https://img.shields.io/hexpm/l/locus.svg)](https://github.com/g-andrade/locus/blob/master/LICENSE)
5-
[![Erlang Versions](https://img.shields.io/badge/Erlang%2FOTP-24%20to%2027-blue)](https://www.erlang.org)
5+
[![Erlang Versions](https://img.shields.io/badge/Erlang%2FOTP-24%20to%2028-blue)](https://www.erlang.org)
66
[![CI status](https://github.com/g-andrade/locus/actions/workflows/ci.yml/badge.svg)](https://github.com/g-andrade/locus/actions/workflows/ci.yml)
77
[![Latest version](https://img.shields.io/hexpm/v/locus.svg?style=flat)](https://hex.pm/packages/locus)
88
[![API reference](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/locus/)

0 commit comments

Comments
 (0)