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

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

commit c449bcafbcc36a2e95f99f32a647f5d0874002df
Author: HTHou <[email protected]>
AuthorDate: Sat May 8 17:58:45 2021 +0800

    run ci with jdk16
---
 .github/workflows/main-unix.yml | 2 +-
 .github/workflows/main-win.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main-unix.yml b/.github/workflows/main-unix.yml
index f8cf183..f94f053 100644
--- a/.github/workflows/main-unix.yml
+++ b/.github/workflows/main-unix.yml
@@ -31,7 +31,7 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        java: [ 8, 11, 15 ]
+        java: [ 8, 11, 16 ]
         os: [ ubuntu-latest, macos-latest ]
     runs-on: ${{ matrix.os}}
 
diff --git a/.github/workflows/main-win.yml b/.github/workflows/main-win.yml
index 69c1b5d..9ea7a61 100644
--- a/.github/workflows/main-win.yml
+++ b/.github/workflows/main-win.yml
@@ -29,7 +29,7 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        java: [8, 11, 15]
+        java: [8, 11, 16]
           # 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

Reply via email to