You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/11/15 06:34:26 UTC

[iotdb] branch master updated: Update sonar_and_coverall.yml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a076e74  Update sonar_and_coverall.yml
a076e74 is described below

commit a076e740108bde59850648740011e8213256d4fe
Author: Xiangdong Huang <hx...@apache.org>
AuthorDate: Sun Nov 15 14:34:10 2020 +0800

    Update sonar_and_coverall.yml
    
    change jdk to 1.8 for coveralls
---
 .github/workflows/sonar_and_coverall.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/sonar_and_coverall.yml b/.github/workflows/sonar_and_coverall.yml
index f91588d..02883b6 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -25,10 +25,10 @@ jobs:
       fail-fast: false
     steps:
       - uses: actions/checkout@v2
-      - name: Set up JDK 11.0.x
+      - name: Set up JDK 1.8
         uses: actions/setup-java@v1
         with:
-          java-version: 11.0.x
+          java-version: 1.8
       - name: Cache Maven packages
         uses: actions/cache@v2
         with: