Skip to content

chore: bump up to 1.7.5 (#102) #55

chore: bump up to 1.7.5 (#102)

chore: bump up to 1.7.5 (#102) #55

Workflow file for this run

name: Erlang CI
on: push
jobs:
test:
runs-on: ubuntu-20.04
name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}}
strategy:
matrix:
otp: ['26', '25', '24']
rebar3: ['3.22']
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar3}}
- name: compile
run: rebar3 compile
- name: xref
run: rebar3 xref