We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8318b70 commit d704e43Copy full SHA for d704e43
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- otp: [20, 25, 26, 27, 28, 29]
+ otp: [25, 26, 27, 28, 29]
13
runs-on: ubuntu-24.04
14
container:
15
image: public.ecr.aws/docker/library/erlang:${{ matrix.otp }}
0 commit comments