From 780bff40d9019caeb4a38dc2c678bf721a1df884 Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Tue, 23 Apr 2024 22:27:46 +0200 Subject: [PATCH] Disable tests with Windows and MSSQL 2017 (for now) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ad4f910..23a27163 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: fail-fast: false matrix: mssql-version: - - 2017 + #- 2017 - 2019 - 2022 ruby-version: @@ -207,7 +207,7 @@ jobs: fail-fast: false matrix: mssql-version: - - 2017 + #- 2017 - 2019 - 2022 ruby-version: