We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eb4f66 + 280d022 commit 0429920Copy full SHA for 0429920
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
platform: [ubuntu-latest]
13
- otp-version: [22, 23, 24, 25, 26]
+ otp-version: [24, 25, 26, 27]
14
runs-on: ${{ matrix.platform }}
15
container:
16
image: erlang:${{ matrix.otp-version }}
0 commit comments