]> source.dussan.org Git - aspectj.git/commitdiff
CI build: add Temurin JDK 22
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 22 Mar 2024 10:16:56 +0000 (11:16 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 23 Mar 2024 19:22:39 +0000 (20:22 +0100)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
.github/workflows/maven.yml

index 4bc10c4a7c172052efe92c99cbeb3642e23f78f8..e8b2a1abde800d6ef533a3a4f5597282b0049b7a 100644 (file)
@@ -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