Skip to content

Commit

Permalink
Don't generate docs on otp 24 as plugin doesn't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashasse committed Nov 6, 2024
1 parent 33664e2 commit faee75d
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 @@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [24, 25, 26, 27]
otp-version: [25, 26, 27]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
Expand Down

0 comments on commit faee75d

Please sign in to comment.