Skip to content

Commit

Permalink
Actually add additional OTP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpalomino committed Jul 18, 2024
1 parent ab464f6 commit d38a644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [24, 26]
otp_vsn: [24, 25, 26, 27]
os: [ubuntu]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d38a644

Please sign in to comment.