Sfoglia il codice sorgente

Bump GitHub CI build from JDK 17-ea to 17, remove 16

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_8_RC1
Alexander Kriegisch 2 anni fa
parent
commit
d9c96991b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/maven.yml

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

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


Loading…
Annulla
Salva