Skip to content

Commit

Permalink
Require OTP 25
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Sep 1, 2022
1 parent 4f7e6a8 commit 9b55d3b
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [24]
otp-version: [25]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
run: rebar3 do dialyzer, xref
- name: Produce Documentation
run: rebar3 edoc
if: ${{ matrix.otp-version == '24' }}
if: ${{ matrix.otp-version == '25' }}

0 comments on commit 9b55d3b

Please sign in to comment.