Skip to content

0.9.0

0.9.0 #35

Workflow file for this run

name: Erlang rebar CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
version: ["26.1", "26.0", "25.3", "25.2", "25.1", "25.0", "24.3", "24.2", "24.1", "24.0", "23.3", "23.2", "23.1", "23.0", "22", "21"]
container:
image: erlang:${{ matrix.version }}
steps:
- uses: actions/checkout@v3
- name: Compile
run: rebar3 compile
- name: XRef
run: rebar3 xref