Skip to content

Commit d57b41f

Browse files
committed
unlock otp versions
1 parent 71fb6fc commit d57b41f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ jobs:
1717
matrix:
1818
include:
1919
- elixir: 1.10.x
20-
otp: 22.3.4.20
20+
otp: 22.3.4.x
2121
tests_may_fail: false
2222
check_unused_deps: true
2323
- elixir: 1.11.x
24-
otp: 23.3.4.4
24+
otp: 23.3.4.x
2525
tests_may_fail: false
2626
check_unused_deps: true
2727
- elixir: 1.12.x
28-
otp: 23.3.4.4
28+
otp: 23.3.4.x
2929
tests_may_fail: false
3030
check_unused_deps: true
3131
- elixir: 1.13.x
32-
otp: 22.3.4.20
32+
otp: 22.3.4.x
3333
tests_may_fail: false
3434
check_unused_deps: true
3535
warnings_as_errors: false

0 commit comments

Comments
 (0)