Skip to content

Commit d704e43

Browse files
committed
Remove R20 from github workflow
1 parent 8318b70 commit d704e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
otp: [20, 25, 26, 27, 28, 29]
12+
otp: [25, 26, 27, 28, 29]
1313
runs-on: ubuntu-24.04
1414
container:
1515
image: public.ecr.aws/docker/library/erlang:${{ matrix.otp }}

0 commit comments

Comments
 (0)