From 9ce596d492d6d017edac3bc099fbd630c765552a Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 11 Jun 2020 03:36:09 -0700 Subject: [PATCH] test: temporarily remove test against MSSQL 2017 Getting weird errors when trying to run this with docker. We may have better luck setting up a Windows CI runner to handle the majority of MSSQL testing anyway. --- .github/workflows/sqlx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sqlx.yml b/.github/workflows/sqlx.yml index d99cc549..5d83c042 100644 --- a/.github/workflows/sqlx.yml +++ b/.github/workflows/sqlx.yml @@ -222,7 +222,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - mssql: [2019, 2017] + mssql: [2019] runtime: [async-std, tokio, actix] needs: check steps: