Skip to content

Commit ac7abda

Browse files
committed
Update CI to use Java 11 as base build for Vert.x 5
1 parent 5346079 commit ac7abda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
matrix:
1515
include:
1616
- os: ubuntu-latest
17-
jdk: 8
17+
jdk: 11
1818
- os: windows-latest
19-
jdk: 8
19+
jdk: 11
2020
- os: ubuntu-latest
2121
jdk: 17
2222
uses: ./.github/workflows/ci.yml
@@ -31,5 +31,5 @@ jobs:
3131
uses: ./.github/workflows/deploy.yml
3232
with:
3333
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
34-
jdk: 8
34+
jdk: 11
3535
secrets: inherit

0 commit comments

Comments
 (0)