Skip to content

Commit 63e7666

Browse files
committed
add 1.18 on otp 25 to test matrix
1 parent 876a5bc commit 63e7666

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
@@ -67,10 +67,9 @@ jobs:
6767
- elixir: 1.17.x
6868
otp: 27.x
6969
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
70+
- elixir: 1.18.x
71+
otp: 25.x
72+
tests_may_fail: false
7473
- elixir: 1.18.x
7574
otp: 26.x
7675
tests_may_fail: false
@@ -137,10 +136,9 @@ jobs:
137136
- elixir: 1.17.x
138137
otp: 27.x
139138
tests_may_fail: false
140-
# https://github.com/erlef/setup-beam/issues/314
141-
# - elixir: 1.18.x
142-
# otp: 25.x
143-
# tests_may_fail: false
139+
- elixir: 1.18.x
140+
otp: 25.x
141+
tests_may_fail: false
144142
- elixir: 1.18.x
145143
otp: 26.x
146144
tests_may_fail: false

0 commit comments

Comments
 (0)