Skip to content

Commit

Permalink
Merge pull request #99 from paulo-ferraz-oliveira/feature/ci-otp-24
Browse files Browse the repository at this point in the history
Increase consumer confidence
  • Loading branch information
elbrujohalcon authored May 17, 2021
2 parents 572feb5 + 687ca38 commit 6ba392e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
otp_vsn: [21, 22, 23]
otp_vsn: [21, 22, 23, 24]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1.7.0
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp_vsn}}
rebar3-version: '3.14'
Expand Down

0 comments on commit 6ba392e

Please sign in to comment.