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:
6767 - elixir : 1.17.x
6868 otp : 27.x
6969 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
7374 - elixir : 1.18.x
7475 otp : 26.x
75- tests_may_fail : true
76+ tests_may_fail : false
7677 - elixir : 1.18.x
7778 otp : 27.x
78- tests_may_fail : true
79+ tests_may_fail : false
7980 env :
8081 MIX_ENV : test
8182 steps :
@@ -136,15 +137,16 @@ jobs:
136137 - elixir : 1.17.x
137138 otp : 27.x
138139 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
142144 - elixir : 1.18.x
143145 otp : 26.x
144- tests_may_fail : true
146+ tests_may_fail : false
145147 - elixir : 1.18.x
146148 otp : 27.x
147- tests_may_fail : true
149+ tests_may_fail : false
148150 env :
149151 MIX_ENV : test
150152 steps :
You can’t perform that action at this time.
0 commit comments