Skip to content

Commit

Permalink
Update pr.yml (vernemq#1984)
Browse files Browse the repository at this point in the history
Change to erlef/setup-beam@v1
  • Loading branch information
ioolkos authored May 4, 2022
1 parent 85890b7 commit d6644ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
plts_base
key: ${{ runner.os }}-erlang-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.lock')) }}
- run: sudo apt-get -y install libsnappy-dev
- uses: gleam-lang/setup-erlang@v1.1.0
- uses: erlef/setup-beam@v1
with:
otp-version: 23.2.1
- run: ./rebar3 dialyzer
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/[email protected]
- run: sudo apt-get -y install libsnappy-dev
- uses: gleam-lang/setup-erlang@v1.1.0
- uses: erlef/setup-beam@v1
with:
otp-version: 23.2.1
- run: ./rebar3 as ci_tests do eunit --cover, ct --cover
Expand Down Expand Up @@ -113,10 +113,10 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
erlang: ["22.0", "22.3.4.9", "23.0.1"]
erlang: ["23.0", "24.0", "24.3.3"]
steps:
- uses: actions/[email protected]
- uses: gleam-lang/setup-erlang@v1.1.0
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.erlang }}
- run: sudo apt-get -y install libsnappy-dev
Expand Down

0 comments on commit d6644ae

Please sign in to comment.