Skip to content

Commit d7433ba

Browse files
committed
Build docs on OTP 27 too
1 parent a7a855e commit d7433ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
platform: [ubuntu-latest]
67-
otp-version: [24, 25, 26]
67+
otp-version: [24, 25, 26, 27]
6868
runs-on: ${{ matrix.platform }}
6969
container:
7070
image: erlang:${{ matrix.otp-version }}
@@ -86,4 +86,4 @@ jobs:
8686
restore-keys: |
8787
${{ runner.os }}-dialyzer-
8888
- name: Generate docs
89-
run: rebar3 ex_doc
89+
run: rebar3 ex_doc

0 commit comments

Comments
 (0)