Explorar el Código

CI build: add Temurin JDK 22

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
pull/156/merge
Alexander Kriegisch hace 1 mes
padre
commit
85b91b2f84
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      .github/workflows/maven.yml

+ 2
- 2
.github/workflows/maven.yml Ver fichero

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


Cargando…
Cancelar
Guardar