Skip to content

Commit ec35840

Browse files
committed
add on windows
1 parent b112bcb commit ec35840

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,15 @@ jobs:
147147
- elixir: 1.16.x
148148
otp: 26.x
149149
tests_may_fail: false
150+
- elixir: 1.17.x
151+
otp: 25.x
152+
tests_may_fail: false
153+
- elixir: 1.17.x
154+
otp: 26.x
155+
tests_may_fail: false
156+
- elixir: 1.17.x
157+
otp: 27.x
158+
tests_may_fail: false
150159
env:
151160
MIX_ENV: test
152161
steps:

0 commit comments

Comments
 (0)