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 ea19aa4 commit aec3b4aCopy full SHA for aec3b4a
.github/workflows/ci.yml
@@ -65,10 +65,9 @@ jobs:
65
- elixir: 1.17.x
66
otp: 27.x
67
tests_may_fail: false
68
- # https://github.com/erlef/setup-beam/issues/314
69
- # - elixir: 1.18.x
70
- # otp: 25.x
71
- # tests_may_fail: true
+ - elixir: 1.18.x
+ otp: 25.x
+ tests_may_fail: false
72
- elixir: 1.18.x
73
otp: 26.x
74
@@ -150,10 +149,9 @@ jobs:
150
149
151
152
153
154
155
156
- # tests_may_fail: false
157
158
159
0 commit comments