aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-22 11:16:56 +0100
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-22 11:22:46 +0100
commitdee80289aed67ed2dbe15399efdb804bf47340ff (patch)
tree2e9159d536ed6384e8397644279e1f648c96e159
parent4fc4472b26bd18d86bcc850c0e2ef1a3579e3308 (diff)
downloadaspectj-dee80289aed67ed2dbe15399efdb804bf47340ff.tar.gz
aspectj-dee80289aed67ed2dbe15399efdb804bf47340ff.zip
CI build: add Temurin JDK 22
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--.github/workflows/maven.yml4
1 files changed, 2 insertions, 2 deletions
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