Skip to content

Commit 9b55d3b

Browse files
committed
Require OTP 25
1 parent 4f7e6a8 commit 9b55d3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ubuntu-latest]
15-
otp-version: [24]
15+
otp-version: [25]
1616
runs-on: ${{ matrix.platform }}
1717
container:
1818
image: erlang:${{ matrix.otp-version }}
@@ -43,4 +43,4 @@ jobs:
4343
run: rebar3 do dialyzer, xref
4444
- name: Produce Documentation
4545
run: rebar3 edoc
46-
if: ${{ matrix.otp-version == '24' }}
46+
if: ${{ matrix.otp-version == '25' }}

0 commit comments

Comments
 (0)