We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b093d83 commit 9f0fca4Copy full SHA for 9f0fca4
1 file changed
.github/workflows/ci-4.x.yml
@@ -16,7 +16,9 @@ jobs:
16
strategy:
17
matrix:
18
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]
+ # 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]
22
jdk: [8, 17]
23
exclude:
24
- profile: Oracle-23
0 commit comments