Skip to content

Commit

Permalink
Merge pull request #579 from inaka/feature/otp-27
Browse files Browse the repository at this point in the history
Test over OTP 27 and rebar3 3.23
  • Loading branch information
elbrujohalcon committed May 22, 2024
2 parents 5f4b801 + 0d14cc4 commit 6e32d2d
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 @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
otp_vsn: ['24', '25', '26']
rebar3_vsn: ['3.22']
otp_vsn: ['24', '25', '26', '27']
rebar3_vsn: ['3.23']
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 6e32d2d

Please sign in to comment.