Skip to content

Erl26 - fix for erlang 26 #21

Erl26 - fix for erlang 26

Erl26 - fix for erlang 26 #21

Workflow file for this run

---
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
runs-on: ${{matrix.os}}
strategy:
matrix:
otp_vsn: [20, 21, 22, 23]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: erlef/[email protected]
with:
otp-version: ${{matrix.otp_vsn}}
rebar3-version: '3.14'
- run: rebar3 as test xref
- run: rebar3 as test dialyzer
- run: rebar3 as test ct