Skip to content

Commit

Permalink
Limit to OTP 24-27 for rebar3/GH action compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpalomino committed Jul 18, 2024
1 parent 0929da2 commit ab464f6
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 @@ -15,8 +15,8 @@ jobs:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [19.3, 20.3, 21.3, 22.3, 23.3, 24.0, 26]
os: [ubuntu-24.04]
otp_vsn: [24, 26]
os: [ubuntu]
steps:
- uses: actions/checkout@v4
- run: export
Expand Down

0 comments on commit ab464f6

Please sign in to comment.