Skip to content

Pin port-compiler (pc) 1.15.0 #3

Pin port-compiler (pc) 1.15.0

Pin port-compiler (pc) 1.15.0 #3

Workflow file for this run

---
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: CI
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
otp: [25, 26, 27]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: 3.24.0
- run: |
rebar3 eunit