Skip to content

Commit

Permalink
GitHub Actions: Stop testing against Erlang/OTP 23
Browse files Browse the repository at this point in the history
It looks to be unavailable now:

    Run erlef/setup-beam@v1
    Error: Requested Erlang/OTP version (23) not found in version list (...)
  • Loading branch information
dumbbell committed Jun 4, 2024
1 parent bf9d8b7 commit 91a5f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
otp_version: [23, 24]
otp_version: [24]
os: [ubuntu-latest]

env:
Expand Down

0 comments on commit 91a5f6f

Please sign in to comment.