Skip to content

Commit

Permalink
Merge pull request #58 from yakaz/drop-test-against-erlang-23
Browse files Browse the repository at this point in the history
GitHub Actions: Stop testing against Erlang/OTP 23
  • Loading branch information
dumbbell authored Jun 4, 2024
2 parents bf9d8b7 + 91a5f6f commit 5741bf9
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 5741bf9

Please sign in to comment.