Skip to content

Commit

Permalink
CI with setup-beam
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Apr 2, 2021
1 parent e35c50b commit 8628263
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ jobs:
build:
name: Test on OTP ${{ matrix.otp_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
container:
image: erlang:${{matrix.otp_version}}

strategy:
matrix:
otp_version: ['23.2', '22.3', '21.3']
otp_version: ['23', '22', '21']
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: erlef/[email protected]
with:
otp-version: ${{matrix.otp_version}}
rebar3-version: '3.14'

- name: Compile
run: rebar3 compile
Expand Down

0 comments on commit 8628263

Please sign in to comment.