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

[skywalking] branch jdk15 created (now 9feda70)

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

wusheng pushed a change to branch jdk15
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 9feda70  Try JRE15 (OpenJDK)

This branch includes the following new commits:

     new 9feda70  Try JRE15 (OpenJDK)

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: Try JRE15 (OpenJDK)

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

wusheng pushed a commit to branch jdk15
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 9feda7068c367046af13eb5ebf805701901200e0
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Dec 26 11:35:28 2020 +0800

    Try JRE15 (OpenJDK)
---
 .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 e29e4e9..2c6ab3c 100644
--- a/.github/workflows/e2e.jdk-versions.yaml
+++ b/.github/workflows/e2e.jdk-versions.yaml
@@ -33,7 +33,7 @@ jobs:
     timeout-minutes: 90
     strategy:
       matrix:
-        jdk: [8, 9, 10, 11, 12, 13, 14]
+        jdk: [8, 9, 10, 11, 12, 13, 14, 15]
     env:
       SW_SIMPLE_CASE: jdk
       SW_AGENT_JDK_VERSION: ${{ matrix.jdk }}