We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beef562 commit 7b56495Copy full SHA for 7b56495
.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: [21, 24, 25, 26, 27, 28]
13
runs-on: ubuntu-24.04
14
container:
15
image: erlang:${{ matrix.otp }}
0 commit comments