ci: disable mssql test

This commit is contained in:
Nicolas Giard
2024-08-31 23:31:19 -04:00
committed by GitHub
parent b9fb17d4d4
commit ef5ab0ecb8

View File

@@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
dbtype: [postgres, mysql, mariadb, mssql, sqlite]
dbtype: [postgres, mysql, mariadb, sqlite]
steps:
- uses: actions/checkout@v4