Skip to content

Commit

Permalink
Update otp & rebar in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ostinelli committed Aug 23, 2024
1 parent 4f63eca commit 481eaa8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
name: Tests on OTP ${{matrix.otp}} with rebar v${{matrix.rebar3}}
strategy:
matrix:
otp: ['24.1.2', '23.3.4.7', '22.3.4.22']
rebar3: ['3.17.0']
include:
- otp: '21.3.8.24'
rebar3: '3.15.1'
otp: ['26', '25']
rebar3: ['3.23.0']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down

0 comments on commit 481eaa8

Please sign in to comment.