Skip to content

Commit

Permalink
Update CI to use Java 11 as base build for Vert.x 5
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Apr 17, 2023
1 parent 87e262a commit c100520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
jdk: 8
jdk: 11
- os: ubuntu-latest
jdk: 17
uses: ./.github/workflows/ci.yml
Expand All @@ -29,5 +29,5 @@ jobs:
uses: ./.github/workflows/deploy.yml
with:
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
jdk: 8
jdk: 11
secrets: inherit

0 comments on commit c100520

Please sign in to comment.