Skip to content

Commit aec3b4a

Browse files
committed
try to enable tests on 1.18 OTP25
1 parent ea19aa4 commit aec3b4a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ jobs:
6565
- elixir: 1.17.x
6666
otp: 27.x
6767
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
68+
- elixir: 1.18.x
69+
otp: 25.x
70+
tests_may_fail: false
7271
- elixir: 1.18.x
7372
otp: 26.x
7473
tests_may_fail: false
@@ -150,10 +149,9 @@ jobs:
150149
- elixir: 1.17.x
151150
otp: 27.x
152151
tests_may_fail: false
153-
# https://github.com/erlef/setup-beam/issues/314
154-
# - elixir: 1.18.x
155-
# otp: 25.x
156-
# tests_may_fail: false
152+
- elixir: 1.18.x
153+
otp: 25.x
154+
tests_may_fail: false
157155
- elixir: 1.18.x
158156
otp: 26.x
159157
tests_may_fail: false

0 commit comments

Comments
 (0)