From f4f1dd92908a3446e29c5a7881715c470165f193 Mon Sep 17 00:00:00 2001 From: Jose Montoya Date: Mon, 20 Nov 2023 12:43:19 -0600 Subject: [PATCH] jdk 21 --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 838d662..f3b856d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,11 +12,10 @@ jobs: with: # needed for license-plugin to check last modified date of each file fetch-depth: 0 - - name: Set up JDK - uses: oracle-actions/setup-java@v1 + - uses: actions/setup-java@v3 with: - website: jdk.java.net - release: 19 + distribution: 'oracle' + java-version: '20' - name: Cache local Maven repository uses: actions/cache@v3 with: