Skip to content

Commit

Permalink
Update CI with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrosario committed Jul 31, 2024
1 parent 06c5d64 commit cf4dcc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
otp_vsn: [20, 21, 22, 23]
otp_vsn: [24, 25, 26]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1.7.0
- uses: erlef/setup-beam@v1.18.1
with:
otp-version: ${{matrix.otp_vsn}}
rebar3-version: '3.14'
rebar3-version: '3.22.1'
- run: rebar3 as test xref
- run: rebar3 as test dialyzer
- run: rebar3 as test ct

0 comments on commit cf4dcc8

Please sign in to comment.