瀏覽代碼

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 年之前
父節點
當前提交
f75b7deda8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .github/workflows/maven.yml

+ 1
- 0
.github/workflows/maven.yml 查看文件

@@ -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…
取消
儲存