Skip to content

Commit febdba6

Browse files
committed
remove older Erlang versions
1 parent 3b37467 commit febdba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{matrix.os}}
1414
strategy:
1515
matrix:
16-
otp: ['18.0', '19.0', '20.0', '21.0', '22.0', '23.0', '24.0', '25.0', '26.0', '27.0']
16+
otp: ['24.0', '25.0', '26.0', '27.0']
1717
os: [ubuntu-latest]
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)