Browse Source

CI build: add Temurin JDK 22

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
pull/156/merge
Alexander Kriegisch 1 month ago
parent
commit
85b91b2f84
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .github/workflows/maven.yml

+ 2
- 2
.github/workflows/maven.yml View File

strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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 # Check for available Temurin releases on https://adoptium.net/releases.html
java: [ 17, 21 ]
java: [ 17, 21, 22 ]


runs-on: ubuntu-latest runs-on: ubuntu-latest



Loading…
Cancel
Save