There was an error while loading. Please reload this page.
1 parent 4f7e6a8 commit 9b55d3bCopy full SHA for 9b55d3b
1 file changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
platform: [ubuntu-latest]
15
- otp-version: [24]
+ otp-version: [25]
16
runs-on: ${{ matrix.platform }}
17
container:
18
image: erlang:${{ matrix.otp-version }}
@@ -43,4 +43,4 @@ jobs:
43
run: rebar3 do dialyzer, xref
44
- name: Produce Documentation
45
run: rebar3 edoc
46
- if: ${{ matrix.otp-version == '24' }}
+ if: ${{ matrix.otp-version == '25' }}
0 commit comments