Skip to content

Commit

Permalink
CI: cover OTP 26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Sep 21, 2023
1 parent 47e3af5 commit 2fff00a
Show file tree
Hide file tree
Showing 3 changed files with 4 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.0']
otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.0', '26.1']
os: ['ubuntu-20.04', 'windows-2019']
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/otp_version_to_rebar3_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"25.2": "3.22",
"25.3": "3.22",

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

- OTP 25.3 to CI
- OTP 26.0 to CI
- OTP 26.1 to CI

### Changed

Expand Down

0 comments on commit 2fff00a

Please sign in to comment.