Browse Source

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

+ 1
- 0
.github/workflows/maven.yml View 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…
Cancel
Save