Skip to content

Commit 76afd3d

Browse files
committed
Update CI to use Java 11 as base build for Vert.x 5
1 parent 9eb7999 commit 76afd3d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,37 @@ jobs:
1414
matrix:
1515
include:
1616
- os: ubuntu-latest
17-
jdk: 8
17+
jdk: 11
1818
profile: 'PostgreSQL-9'
1919
- os: ubuntu-latest
20-
jdk: 8
20+
jdk: 11
2121
profile: 'PostgreSQL-10'
2222
- os: ubuntu-latest
23-
jdk: 8
23+
jdk: 11
2424
profile: 'PostgreSQL-11'
2525
- os: ubuntu-latest
26-
jdk: 8
26+
jdk: 11
2727
profile: 'MySQL-8.0'
2828
- os: ubuntu-latest
29-
jdk: 8
29+
jdk: 11
3030
profile: 'MySQL-5.6'
3131
- os: ubuntu-latest
32-
jdk: 8
32+
jdk: 11
3333
profile: 'MySQL-5.7'
3434
- os: ubuntu-latest
35-
jdk: 8
35+
jdk: 11
3636
profile: 'MariaDB-10.4'
3737
- os: ubuntu-latest
38-
jdk: 8
38+
jdk: 11
3939
profile: 'MSSQL-2017-latest'
4040
- os: ubuntu-latest
41-
jdk: 8
41+
jdk: 11
4242
profile: 'MSSQL-2019-latest'
4343
- os: ubuntu-latest
44-
jdk: 8
44+
jdk: 11
4545
profile: 'DB2-11.5'
4646
- os: ubuntu-latest
47-
jdk: 8
47+
jdk: 11
4848
profile: 'SQL-templates'
4949
- os: ubuntu-latest
5050
jdk: 17
@@ -76,5 +76,5 @@ jobs:
7676
uses: ./.github/workflows/deploy.yml
7777
with:
7878
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
79-
jdk: 8
79+
jdk: 11
8080
secrets: inherit

0 commit comments

Comments
 (0)