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:50 UTC

[skywalking] 01/01: Try JRE15 (OpenJDK)

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 }}