Przeglądaj źródła

CI build: add Temurin JDK 22

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
pull/156/merge
Alexander Kriegisch 1 miesiąc temu
rodzic
commit
85b91b2f84
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      .github/workflows/maven.yml

+ 2
- 2
.github/workflows/maven.yml Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz