Skip to content

Commit

Permalink
CI: add OTP 25
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Oct 21, 2022
1 parent eb4968a commit 0361554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
otp: [22.3.4.16, 23.0.4, 23.1.5.0, 23.2.5.0, 24.0.3]
otp: [22, 23, 24, 25]
container:
image: erlang:${{ matrix.otp }}-alpine
steps:
Expand Down

0 comments on commit 0361554

Please sign in to comment.