You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/08/03 12:30:40 UTC

[iotdb-web-workbench] 06/29: Support till version 13

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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-web-workbench.git

commit 0ed1b608019c5806519a35772b7fd36828c3d8cd
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Sat Sep 11 11:01:52 2021 +0200

    Support till version 13
---
 .github/workflows/default.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml
index efd1c77..d0b7938 100644
--- a/.github/workflows/default.yml
+++ b/.github/workflows/default.yml
@@ -31,7 +31,7 @@ jobs:
       fail-fast: false
       max-parallel: 20
       matrix:
-        java: [ 8, 11, 16 ]
+        java: [ 8, 11, 13 ]
         os: [ ubuntu-latest, macos-latest ]
     runs-on: ${{ matrix.os}}