You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/17 14:27:10 UTC

[iotdb] 01/01: JDK17

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch JDK17
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 66ab67a52d5e0e9e3ce91a66e8d1925208a4d0c2
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Sep 17 22:26:15 2021 +0800

    JDK17
---
 .github/workflows/main-win.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main-win.yml b/.github/workflows/main-win.yml
index 9ea7a61..8f09c6a 100644
--- a/.github/workflows/main-win.yml
+++ b/.github/workflows/main-win.yml
@@ -14,7 +14,7 @@ on:
     branches:
       - master
       - 'rel/*'
-      - cluster_new
+      - JDK17
     paths-ignore:
       - 'docs/**'
   # allow manually run the action:
@@ -29,7 +29,7 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        java: [8, 11, 16]
+        java: [8, 11, 17]
           # to reduce the CI time cost; we split the whole CI to 3 parts:
           # modules except the server and the cluster:
           #   -Diotdb.skip.test=true -Dcluster.skip.test=true