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

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

commit f482f163ed912b5b968f920b363f6d42d8903f0c
Author: Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Wed Jan 24 15:43:33 2024 +0800

    Test JDK-21 as OAP runtime.
---
 .github/workflows/skywalking.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/skywalking.yaml 
b/.github/workflows/skywalking.yaml
index 488588ac14..3e08f59b0e 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -196,7 +196,7 @@ jobs:
     timeout-minutes: 30
     strategy:
       matrix:
-        java-version: [11, 17]
+        java-version: [11, 17, 21]
     steps:
       - uses: actions/checkout@v3
         with:
@@ -791,7 +791,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java-version: [11, 17]
+        java-version: [11, 17, 21]
     steps:
       - uses: actions/checkout@v3
         with:

Reply via email to