Skip to content

Commit

Permalink
add on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jul 6, 2024
1 parent b112bcb commit ec35840
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,15 @@ jobs:
- elixir: 1.16.x
otp: 26.x
tests_may_fail: false
- elixir: 1.17.x
otp: 25.x
tests_may_fail: false
- elixir: 1.17.x
otp: 26.x
tests_may_fail: false
- elixir: 1.17.x
otp: 27.x
tests_may_fail: false
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit ec35840

Please sign in to comment.