Skip to content

0.10.7

0.10.7 #53

Workflow file for this run

name: Erlang rebar CI
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
version: [27.0, 26.2, 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