Skip to content

Commit

Permalink
disable ci on 1.12 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Nov 13, 2023
1 parent 8e212ae commit 85a1b96
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.12.x
otp: 22.x
tests_may_fail: true
- elixir: 1.12.x
otp: 23.x
tests_may_fail: true
- elixir: 1.12.x
otp: 24.x
tests_may_fail: true
# - elixir: 1.12.x
# otp: 22.x
# tests_may_fail: true
# - elixir: 1.12.x
# otp: 23.x
# tests_may_fail: true
# - elixir: 1.12.x
# otp: 24.x
# tests_may_fail: true
- elixir: 1.13.x
otp: 22.x
tests_may_fail: false
Expand Down

0 comments on commit 85a1b96

Please sign in to comment.