Skip to content

Commit

Permalink
GitHub Actions: Skip testing against Erlang 23
Browse files Browse the repository at this point in the history
It's unavailable in Ubuntu 22.04 unfortunately.

While here, bump Rebar to 3.20.0.
  • Loading branch information
dumbbell committed Apr 6, 2023
1 parent d54e828 commit 997ecff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [23, 24, 25]
rebar: [3.18.0]
otp: [24, 25]
rebar: [3.20.0]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 997ecff

Please sign in to comment.