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

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

commit 252a0f63a8751ef84ee9357eb83fac9b01c7b589
Author: Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Wed Nov 8 16:13:21 2023 +0800

    Add eclipse-temurin:21-jre as OAP runtime tests with the Java agent in 
JRE21 verification cases.
---
 .github/workflows/skywalking.yaml | 4 ++--
 docs/en/changes/changes.md        | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/skywalking.yaml 
b/.github/workflows/skywalking.yaml
index 96b3a0736b..eed4b8f69c 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:
@@ -787,7 +787,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java-version: [11, 17]
+        java-version: [11, 17, 21]
     steps:
       - uses: actions/checkout@v3
         with:
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index a18840d059..755b16301a 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -7,6 +7,7 @@
 * Bump up netty to 4.1.100.
 * Add eclipse-temurin:21-jre as a new image runtime. Now, 
eclipse-temurin:11-jre as default. Both eclipse-temurin:17-jre
   eclipse-temurin:21-jre are available for every commit and release.
+* Add eclipse-temurin:21-jre as OAP runtime tests with the Java agent in JRE21 
verification cases.
 
 #### OAP Server
 

Reply via email to