Skip to content

otp26 compat

otp26 compat #25

Workflow file for this run

name: Erlang CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [26.1.2, 25.3.2.7, 24.3.4.14, 23.2.5, 22.3.4.16, 21.3.8.21, 20.3.8.26]
container:
image: erlang:${{ matrix.otp }}
steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
- name: Run tests
run: rebar3 do eunit