From: Alexander Kriegisch Date: Fri, 22 Mar 2024 10:16:56 +0000 (+0100) Subject: CI build: add Temurin JDK 22 X-Git-Tag: V1_9_22~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dee80289aed67ed2dbe15399efdb804bf47340ff;p=aspectj.git CI build: add Temurin JDK 22 Signed-off-by: Alexander Kriegisch --- diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4bc10c4a7..e8b2a1abd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,9 +22,9 @@ jobs: strategy: fail-fast: false matrix: - # AspectJ_JDK_Update + # AspectJ_JDK_Update: Always keep LTS versions + latest version supported by JDT Core # Check for available Temurin releases on https://adoptium.net/releases.html - java: [ 17, 21 ] + java: [ 17, 21, 22 ] runs-on: ubuntu-latest