Skip to content

chore: update erlang otp for CI #53

chore: update erlang otp for CI

chore: update erlang otp for CI #53

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-version: ['26', '25', '24']
rebar3-version: '3.22'

Check failure on line 12 in .github/workflows/erlang.yml

View workflow run for this annotation

GitHub Actions / Erlang CI

Invalid workflow file

The workflow is not valid. .github/workflows/erlang.yml (Line: 12, Col: 25): Unexpected value '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