Skip to content

Commit

Permalink
Add OTP 24 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba authored and vkatsuba committed Jun 4, 2021
1 parent 3920c3e commit 4f42862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [21.3.8.18, 22.0.7, 22.1.8, 22.2.8, 22.3.4.14, 23.0.4, 23.1.5.0, 23.2.1.0]
otp: [21.3.8.18, 22.0.7, 22.1.8, 22.2.8, 22.3.4.14, 23.0.4, 23.1.5.0, 23.2.1.0, 24.0.1]
container:
image: erlang:${{ matrix.otp }}-alpine
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ Example of possible config.
[gh badge]: https://img.shields.io/github/workflow/status/travelping/ergw_aaa/CI?style=flat-square
[coveralls]: https://coveralls.io/github/travelping/ergw_aaa
[coveralls badge]: https://img.shields.io/coveralls/travelping/ergw_aaa/master.svg?style=flat-square
[erlang version badge]: https://img.shields.io/badge/erlang-20.3%20to%2023.2-blue.svg?style=flat-square
[erlang version badge]: https://img.shields.io/badge/erlang-20.3%20to%2024.0.1-blue.svg?style=flat-square

0 comments on commit 4f42862

Please sign in to comment.