Skip to content

Commit

Permalink
Remove 22.3 from GH Actions
Browse files Browse the repository at this point in the history
The newest rebar3 doesn't support OTP 22.3
  • Loading branch information
mworrell authored Jul 14, 2022
1 parent 63b9359 commit 7d5c2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

container:
Expand Down

0 comments on commit 7d5c2b5

Please sign in to comment.