diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79c8c31..7a20df9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} @@ -86,4 +86,4 @@ jobs: restore-keys: | ${{ runner.os }}-dialyzer- - name: Generate docs - run: rebar3 ex_doc \ No newline at end of file + run: rebar3 ex_doc