Browse Source

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 years ago
parent
commit
d9c96991b8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/maven.yml

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

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



Loading…
Cancel
Save