Skip to content

Commit 2b09d83

Browse files
committed
For now remove MSSQL from CI as it cannot pass due to a container issue
1 parent 1bf43ad commit 2b09d83

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-4.x.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
profile: [PostgreSQL-9,PostgreSQL-10,PostgreSQL-11,MySQL-8.0,MySQL-5.6,MySQL-5.7,MariaDB-10.4,MSSQL-2017-latest,MSSQL-2019-latest,DB2-11.5,Oracle-23,SQL-templates]
19+
# profile: [PostgreSQL-9,PostgreSQL-10,PostgreSQL-11,MySQL-8.0,MySQL-5.6,MySQL-5.7,MariaDB-10.4,MSSQL-2017-latest,MSSQL-2019-latest,DB2-11.5,Oracle-23,SQL-templates]
20+
# Removed MSSQL that fails in CI docker
21+
profile: [PostgreSQL-9,PostgreSQL-10,PostgreSQL-11,MySQL-8.0,MySQL-5.6,MySQL-5.7,MariaDB-10.4,DB2-11.5,Oracle-23,SQL-templates]
2022
jdk: [8, 17]
2123
exclude:
2224
- profile: Oracle-23

0 commit comments

Comments
 (0)