You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/03/26 12:22:47 UTC

[skywalking] branch test/jdk13-14 created (now da79003)

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

kezhenxu94 pushed a change to branch test/jdk13-14
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at da79003  Add JDK13, JDK14 to build matrix

This branch includes the following new commits:

     new da79003  Add JDK13, JDK14 to build matrix

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Add JDK13, JDK14 to build matrix

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch test/jdk13-14
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit da79003ea8c460a793678742d7e2e19ef26d48e9
Author: kezhenxu94 <ke...@163.com>
AuthorDate: Thu Mar 26 20:20:08 2020 +0800

    Add JDK13, JDK14 to build matrix
    
    Motivation:
    
    Guarantee that the agent supports JDK13 and JDK14
    
    Modifications:
    
    Add JDK13 and JDK14 to build matrix
    
    Result:
    
    Build with JDK13 and JDK14
---
 .github/workflows/e2e.jdk-versions.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/e2e.jdk-versions.yaml b/.github/workflows/e2e.jdk-versions.yaml
index f6b3e2f..ef5d618 100644
--- a/.github/workflows/e2e.jdk-versions.yaml
+++ b/.github/workflows/e2e.jdk-versions.yaml
@@ -33,7 +33,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        jdk: [8, 9, 10, 11, 12]
+        jdk: [8, 9, 10, 11, 12, 13, 14]
     env:
       SW_SIMPLE_CASE: jdk
       SW_AGENT_JDK_VERSION: ${{ matrix.jdk }}