Skip to content

Commit 3f77058

Browse files
committed
Exclude from 17 for DB2 and MSSQL
1 parent 5b15aee commit 3f77058

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
exclude:
2222
- profile: Oracle-18
2323
jdk: 8
24+
- profile: MSSQL-2017-latest
25+
jdk: 17
26+
- profile: MSSQL-2019-latest
27+
jdk: 17
28+
- profile: DB2-11.5
29+
jdk: 17
2430
fail-fast: false
2531
runs-on: ${{ matrix.os }}
2632
steps:

0 commit comments

Comments
 (0)