Skip to content

Commit

Permalink
Add OTP 25 to CI
Browse files Browse the repository at this point in the history
The test suites work locally for me with OTP 24 and 25.
  • Loading branch information
fabjan committed Feb 11, 2023
1 parent 2f82248 commit d45b3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [22, 23, 24]
otp-version: [22, 23, 24, 25]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
Expand Down

0 comments on commit d45b3c9

Please sign in to comment.