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 2021/07/03 08:55:39 UTC

[skywalking] 01/01: Add JDK 17 to test list

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

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

commit dbc9fddaec389c2dfda0303b8168bcb1c3d6ca1c
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sat Jul 3 16:55:21 2021 +0800

    Add JDK 17 to test list
---
 .github/workflows/e2e.jdk-versions.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/e2e.jdk-versions.yaml b/.github/workflows/e2e.jdk-versions.yaml
index b4236d6..3d9a8a3 100644
--- a/.github/workflows/e2e.jdk-versions.yaml
+++ b/.github/workflows/e2e.jdk-versions.yaml
@@ -18,6 +18,9 @@ name: E2E
 
 on:
   pull_request:
+  push:
+    branches:
+      - test
   schedule:
     - cron: '0 18 * * *'
 
@@ -33,7 +36,7 @@ jobs:
     timeout-minutes: 90
     strategy:
       matrix:
-        jdk: [8, 9, 10, 11, 12, 13, 14, 15, 16]
+        jdk: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
     env:
       SW_SIMPLE_CASE: jdk
       SW_AGENT_JDK_VERSION: ${{ matrix.jdk }}