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 876a5bc commit 63e7666Copy full SHA for 63e7666
.github/workflows/ci.yml
@@ -67,10 +67,9 @@ jobs:
67
- elixir: 1.17.x
68
otp: 27.x
69
tests_may_fail: false
70
- # https://github.com/erlef/setup-beam/issues/314
71
- # - elixir: 1.18.x
72
- # otp: 25.x
73
- # tests_may_fail: false
+ - elixir: 1.18.x
+ otp: 25.x
+ tests_may_fail: false
74
- elixir: 1.18.x
75
otp: 26.x
76
@@ -137,10 +136,9 @@ jobs:
137
136
138
139
140
141
142
143
144
145
146
0 commit comments