This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 64ff030 test: add JDK 15 into test matrix (#6082)
64ff030 is described below
commit 64ff0305f7b09fab29771cd2356d477bfb91852f
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Mon Apr 12 15:17:20 2021 +0800
test: add JDK 15 into test matrix (#6082)
---
.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 d1c5202..f62410b 100644
--- a/.github/workflows/e2e.jdk-versions.yaml
+++ b/.github/workflows/e2e.jdk-versions.yaml
@@ -28,7 +28,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 }}