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 3135251 commit 4753534Copy full SHA for 4753534
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- otp: [21, 22, 23, 24, 25, 26]
+ otp: [21, 22, 23, 24, 25, 26, 27]
11
container:
12
image: erlang:${{ matrix.otp }}-alpine
13
steps:
0 commit comments