Skip to content

Commit ac7ab13

Browse files
committed
Disable CI build with Oracle and Vert.x snapshot
There's something wrong with it and it's causing a lot of failures (sending a huge amount of e-mails). Because it seems a problem with the Vert.x driver, I'm going to disable it for now and re-enable it as soon as we have a fix.
1 parent 6aebcd9 commit ac7ab13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tracking-vertx-4.build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
matrix:
8989
vertx-version: [ '[4.2,4.3)' ]
90-
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
90+
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer' ]
9191
steps:
9292
- uses: actions/checkout@v2
9393
- name: Set up JDK 11

0 commit comments

Comments
 (0)