Skip to content

Commit d1f7176

Browse files
committed
Don't run tests for windows and OTP 23
1 parent 01357f2 commit d1f7176

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
exclude:
5454
- elixir: "1.12"
5555
otp: "25"
56+
- os: "windows-2019"
57+
otp: "23"
5658
steps:
5759
- uses: actions/checkout@v3
5860
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)