aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2023-09-26 13:43:00 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2023-09-26 13:43:00 +0700
commit70ba99c31121897c44e31ec236df54474e523049 (patch)
tree47764d33b904efd53bf5ed111a5fd1b11d65cd26
parentb821bedc716e04847314cc6c3bfae30c8fde838c (diff)
downloadaspectj-70ba99c31121897c44e31ec236df54474e523049.tar.gz
aspectj-70ba99c31121897c44e31ec236df54474e523049.zip
Upgrade CI build to JDK 21
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--.github/workflows/maven.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cd1d223d4..e9b7f5713 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: [ 11, 17, 20 ]
+ java: [ 11, 17, 21 ]
runs-on: ubuntu-latest