File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,16 @@ jobs:
67
67
- elixir : 1.17.x
68
68
otp : 27.x
69
69
tests_may_fail : false
70
- - elixir : 1.18.x
71
- otp : 25.x
72
- tests_may_fail : true
70
+ # https://github.com/erlef/setup-beam/issues/314
71
+ # - elixir: 1.18.x
72
+ # otp: 25.x
73
+ # tests_may_fail: false
73
74
- elixir : 1.18.x
74
75
otp : 26.x
75
- tests_may_fail : true
76
+ tests_may_fail : false
76
77
- elixir : 1.18.x
77
78
otp : 27.x
78
- tests_may_fail : true
79
+ tests_may_fail : false
79
80
env :
80
81
MIX_ENV : test
81
82
steps :
@@ -136,15 +137,16 @@ jobs:
136
137
- elixir : 1.17.x
137
138
otp : 27.x
138
139
tests_may_fail : false
139
- - elixir : 1.18.x
140
- otp : 25.x
141
- tests_may_fail : true
140
+ # https://github.com/erlef/setup-beam/issues/314
141
+ # - elixir: 1.18.x
142
+ # otp: 25.x
143
+ # tests_may_fail: false
142
144
- elixir : 1.18.x
143
145
otp : 26.x
144
- tests_may_fail : true
146
+ tests_may_fail : false
145
147
- elixir : 1.18.x
146
148
otp : 27.x
147
- tests_may_fail : true
149
+ tests_may_fail : false
148
150
env :
149
151
MIX_ENV : test
150
152
steps :
You can’t perform that action at this time.
0 commit comments