Skip to content

Commit

Permalink
Fix erlef/setup-beam@v1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba authored Mar 25, 2023
1 parent 3959963 commit 77e5b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [23, 24, 25]
otp: [24, 25]
rebar: [3.20.0]
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
version-type: strict
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar}}
- name: Bootstrap
Expand Down

0 comments on commit 77e5b99

Please sign in to comment.