Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't generate docs on otp 24 as plugin doesn't support it
Browse files Browse the repository at this point in the history
andreashasse committed Nov 6, 2024
1 parent d3119b1 commit 2659f69
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
@@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [24, 25, 26]
otp-version: [25, 26]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}

0 comments on commit 2659f69

Please sign in to comment.