Sfoglia il codice sorgente

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 anni fa
parent
commit
f75b7deda8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      .github/workflows/maven.yml

+ 1
- 0
.github/workflows/maven.yml Vedi File

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

Loading…
Annulla
Salva