You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2022/09/28 09:49:17 UTC

[shardingsphere] branch master updated: Add Java 19 to ci.yml and Bump Java to 19 in ci-daily (#21236)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9d5957f71f8 Add Java 19 to ci.yml and Bump Java to 19 in ci-daily (#21236)
9d5957f71f8 is described below

commit 9d5957f71f80d284ed6d1bd57dbdc42fc76f1226
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Wed Sep 28 17:49:07 2022 +0800

    Add Java 19 to ci.yml and Bump Java to 19 in ci-daily (#21236)
    
    * Add Java 19 to ci.yml
    
    * Bump Java 18 to 19 in ci-daily.yml
---
 .github/workflows/ci-daily.yml | 2 +-
 .github/workflows/ci.yml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-daily.yml b/.github/workflows/ci-daily.yml
index 2bdf5094e80..d41f6d71f74 100644
--- a/.github/workflows/ci-daily.yml
+++ b/.github/workflows/ci-daily.yml
@@ -37,7 +37,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ ubuntu-latest, macos-latest, windows-latest ]
-        java_version: [ 8, 17, 18 ]
+        java_version: [ 8, 17, 19 ]
     steps:
       - name: Support longpaths in Windows
         if: matrix.os == 'windows-latest'
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1a2f3c8c69c..4f46b99ce6e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
     timeout-minutes: 60
     strategy:
       matrix:
-        java_version: [ 8 ]
+        java_version: [ 8, 19 ]
         os: [ ubuntu-latest ]
     steps:
       - uses: actions/checkout@v3