diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-09-26 13:43:00 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-09-26 13:43:00 +0700 |
commit | 70ba99c31121897c44e31ec236df54474e523049 (patch) | |
tree | 47764d33b904efd53bf5ed111a5fd1b11d65cd26 | |
parent | b821bedc716e04847314cc6c3bfae30c8fde838c (diff) | |
download | aspectj-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.yml | 2 |
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 |