From 2fee1c08bbc87e0106e9e4e02f077d6e420b63e0 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Mon, 17 Apr 2023 11:14:07 +0200 Subject: [PATCH] Update CI to use Java 11 as base build for Vert.x 5 --- .github/workflows/ci-5.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-5.x.yml b/.github/workflows/ci-5.x.yml index 094a4bb8..90d27556 100644 --- a/.github/workflows/ci-5.x.yml +++ b/.github/workflows/ci-5.x.yml @@ -14,7 +14,7 @@ jobs: matrix: include: - os: ubuntu-latest - jdk: 8 + jdk: 11 - os: ubuntu-latest jdk: 17 uses: ./.github/workflows/ci.yml @@ -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