We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beef562 commit 63949ccCopy full SHA for 63949cc
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- otp: [20, 24, 25, 26, 27]
+ otp: [20, 21, 22, 23, 24, 25, 26, 27]
13
runs-on: ubuntu-24.04
14
container:
15
image: erlang:${{ matrix.otp }}
0 commit comments