Skip to content

Commit 3d52f73

Browse files
committed
skip windows with otp-25 for now
1 parent d4d8fd2 commit 3d52f73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
elixir: ["1.14", "1.13", "1.12", "1.11"]
5252
otp: ["25", 24", "23"]
5353
exclude:
54-
- elixir: "1.14"
55-
otp: "25"
54+
- otp: "25"
5655
os: "windows-2019"
5756
- elixir: "1.12"
5857
otp: "25"

0 commit comments

Comments
 (0)