Skip to content

Commit

Permalink
Add eclipse-temurin:21-jre as OAP runtime tests with the Java agent i…
Browse files Browse the repository at this point in the history
…n JRE21 verification cases.
  • Loading branch information
wu-sheng committed Nov 8, 2023
1 parent 7b01a4a commit 252a0f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/skywalking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 252a0f6

Please sign in to comment.