Skip to content

Commit

Permalink
Add OTP 27.0 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed May 22, 2024
1 parent c3fbdc9 commit f3af6e6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
'23.0', '23.1', '23.2', '23.3',
'24.0', '24.1', '24.2', '24.3',
'25.0', '25.1', '25.2', '25.3',
'26.0', '26.1', '26.2'
'26.0', '26.1', '26.2',
'27.0'
]
os: ['ubuntu-20.04']
steps:
Expand Down
24 changes: 13 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,19 @@
"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",

"27.0": "3.23"
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- OTP 26.0 to CI
- OTP 26.1 to CI
- OTP 26.2 to CI
- OTP 27.0 to CI

### Changed

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 @@

[![](https://img.shields.io/hexpm/v/fake_lager.svg?style=flat)](https://hex.pm/packages/fake_lager)
[![](https://github.com/g-andrade/fake_lager/actions/workflows/ci.yml/badge.svg)](https://github.com/g-andrade/fake_lager/actions/workflows/ci.yml)
[![Erlang Versions](https://img.shields.io/badge/Supported%20Erlang%2FOTP-22%20to%2026-blue)](https://www.erlang.org)
[![Erlang Versions](https://img.shields.io/badge/Supported%20Erlang%2FOTP-22%20to%2027-blue)](https://www.erlang.org)

`fake_lager` is a drop-in replacement for
[`lager`](https://github.com/erlang-lager/lager/) that forwards logs to
Expand Down

0 comments on commit f3af6e6

Please sign in to comment.