From ec3584004bdb4d1e5eef3cd66f1e417afaba5d07 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Sat, 6 Jul 2024 09:25:37 +0200 Subject: [PATCH] add on windows --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f450b1c5..6e1356bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: