Skip to content

Commit

Permalink
Build docs on OTP 27 too
Browse files Browse the repository at this point in the history
  • Loading branch information
onno-vos-dev committed Jun 12, 2024
1 parent 2798c56 commit 28ce197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [24, 25, 26]
otp-version: [24, 25, 26, 27]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
Expand All @@ -86,4 +86,4 @@ jobs:
restore-keys: |
${{ runner.os }}-dialyzer-
- name: Generate docs
run: rebar3 ex_doc
run: rebar3 ex_doc

0 comments on commit 28ce197

Please sign in to comment.