From: Alexander Kriegisch Date: Wed, 1 Nov 2023 01:52:44 +0000 (+0700) Subject: Switch CI build to Temurin JDK 21 final (from EA) X-Git-Tag: V1_9_21_M1~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f0c0088286c17f8a5bf6fa8a00b01a7f46568cf4;p=aspectj.git Switch CI build to Temurin JDK 21 final (from EA) Signed-off-by: Alexander Kriegisch --- diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e8ab9505a..44b0bec0f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: # Check for available Temurin releases on https://adoptium.net/releases.html - java: [ 17, 21-ea ] + java: [ 17, 21 ] runs-on: ubuntu-latest