From f79249cc88e2c15fefdc28656b2423b3312252d1 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Sat, 5 Oct 2024 23:13:31 +0200 Subject: [PATCH] Update CI to use Java 21 instead of 17 --- .github/workflows/ci-5.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-5.x.yml b/.github/workflows/ci-5.x.yml index 51eb983d..be38dfe6 100644 --- a/.github/workflows/ci-5.x.yml +++ b/.github/workflows/ci-5.x.yml @@ -16,7 +16,7 @@ jobs: - os: ubuntu-latest jdk: 11 - os: ubuntu-latest - jdk: 17 + jdk: 21 uses: ./.github/workflows/ci.yml with: branch: ${{ github.event.pull_request.head.sha || github.ref_name }}