Skip to content

Commit fa283e8

Browse files
committed
Remove oracle testing for now
1 parent d528e5d commit fa283e8

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- os: ubuntu-latest
4444
jdk: 8
4545
profile: 'DB2-11.5'
46-
- os: ubuntu-latest
47-
jdk: 8
48-
profile: 'Oracle-21'
4946
- os: ubuntu-latest
5047
jdk: 8
5148
profile: 'SQL-templates'
@@ -61,9 +58,6 @@ jobs:
6158
- os: ubuntu-latest
6259
jdk: 17
6360
profile: 'MSSQL-2019-latest'
64-
- os: ubuntu-latest
65-
jdk: 17
66-
profile: 'Oracle-21'
6761
uses: ./.github/workflows/ci.yml
6862
with:
6963
branch: ${{ github.head_ref || github.ref_name }}

vertx-oracle-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<profile>
178178
<id>Java8</id>
179179
<activation>
180-
<jdk>[1.8,17)</jdk>
180+
<jdk>1.8</jdk>
181181
</activation>
182182
<build>
183183
<plugins>
@@ -201,7 +201,7 @@
201201
<configuration>
202202
<toolchains>
203203
<jdk>
204-
<version>17</version>
204+
<version>11</version>
205205
</jdk>
206206
</toolchains>
207207
</configuration>

0 commit comments

Comments
 (0)