Ver código fonte

Add TODO to maven.yml for switch to JDK 18 final

TODO: switch from 18-ea to 18, as soon as Temurin offers the download
on https://adoptium.net/releases.html.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_9
Alexander Kriegisch 2 anos atrás
pai
commit
f75b7deda8
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      .github/workflows/maven.yml

+ 1
- 0
.github/workflows/maven.yml Ver arquivo

@@ -19,6 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO: switch from 18-ea to 18, as soon as Temurin offers the download on https://adoptium.net/releases.html
java: [ 11, 17, 18-ea ]

runs-on: ubuntu-latest

Carregando…
Cancelar
Salvar