We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffcc8a commit ed2e61aCopy full SHA for ed2e61a
1 file changed
.github/workflows/ci.yml
@@ -90,24 +90,34 @@ jobs:
90
include:
91
- elixir: 1.14.x
92
otp: 23.x
93
+ tests_may_fail: false
94
95
otp: 24.x
96
97
98
otp: 25.x
99
100
101
otp: 26.x
102
103
- elixir: 1.15.x
104
105
106
107
108
109
110
111
112
- elixir: 1.16.x
113
114
115
116
117
118
119
120
121
- elixir: 1.17.x
122
123
tests_may_fail: false
0 commit comments