mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
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.
This commit is contained in:
parent
e9a562f89a
commit
9ce596d492
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user