diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-22 11:16:56 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-23 20:22:39 +0100 |
commit | 85b91b2f8427b654876b4511a16e9c5e2fa0e8a3 (patch) | |
tree | 2e9159d536ed6384e8397644279e1f648c96e159 | |
parent | 45e306198efcc61826176e72fc4a591d91a35bf5 (diff) | |
download | aspectj-85b91b2f8427b654876b4511a16e9c5e2fa0e8a3.tar.gz aspectj-85b91b2f8427b654876b4511a16e9c5e2fa0e8a3.zip |
CI build: add Temurin JDK 22
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | .github/workflows/maven.yml | 4 |
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 |