Skip to content

Commit

Permalink
Merge pull request #31 from vkatsuba/ci
Browse files Browse the repository at this point in the history
Fix CI warnings and simplify runs
  • Loading branch information
vkatsuba authored Oct 11, 2024
2 parents 7f1a317 + febfd88 commit d89ac5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
otp: [24, 25]
rebar: [3.20.0]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down Expand Up @@ -61,10 +61,10 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
otp: [23, 24, 25]
otp: [23]
rebar: [3.18.0]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
otp: [24.2]
rebar: [3.18.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 d89ac5c

Please sign in to comment.