Skip to content

Commit

Permalink
Remove OTP 21,22,13 as they did not work
Browse files Browse the repository at this point in the history
I will add them again when I find out why they did not work.
  • Loading branch information
rvirding committed Feb 27, 2024
1 parent bb92f74 commit 88d5840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Erlang/OTP ${{matrix.otp}}
strategy:
matrix:
otp: ['21', '22', '23', '24', '25', '26']
otp: ['24', '25', '26']
rebar3: ['3.22']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 88d5840

Please sign in to comment.