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 71fb6fc commit d57b41fCopy full SHA for d57b41f
.github/workflows/ci.yml
@@ -17,19 +17,19 @@ jobs:
17
matrix:
18
include:
19
- elixir: 1.10.x
20
- otp: 22.3.4.20
+ otp: 22.3.4.x
21
tests_may_fail: false
22
check_unused_deps: true
23
- elixir: 1.11.x
24
- otp: 23.3.4.4
+ otp: 23.3.4.x
25
26
27
- elixir: 1.12.x
28
29
30
31
- elixir: 1.13.x
32
33
34
35
warnings_as_errors: false
0 commit comments