Skip to content

Commit

Permalink
remove older Erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Feb 7, 2025
1 parent 3b37467 commit febdba6
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
otp: ['18.0', '19.0', '20.0', '21.0', '22.0', '23.0', '24.0', '25.0', '26.0', '27.0']
otp: ['24.0', '25.0', '26.0', '27.0']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit febdba6

Please sign in to comment.