Explorar el Código

Update GitHub Action from Java 14 to 15

Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
tags/java16-add-opens
Lars Grefer hace 3 años
padre
commit
bc6acdad7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .github/workflows/maven.yml

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

@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 8, 11, 14 ]
java: [ 8, 11, 15 ]
steps:
- uses: actions/checkout@v2


Cargando…
Cancelar
Guardar