diff --git a/.github/workflows/junit.yml b/.github/workflows/junit.yml index f3fd59429..34bb4153f 100644 --- a/.github/workflows/junit.yml +++ b/.github/workflows/junit.yml @@ -46,9 +46,9 @@ jobs: elif [[ "$branch_name" == "2020" ]]; then echo "jdks=[8,11,17,21]" >> $GITHUB_OUTPUT elif [[ "$branch_name" == "hoxton" ]]; then - echo "jdks=[8,11,17,21]" >> $GITHUB_OUTPUT + echo "jdks=[8,11,17]" >> $GITHUB_OUTPUT elif [[ "$branch_name" == "greenwich" ]]; then - echo "jdks=[8,11,17,21]" >> $GITHUB_OUTPUT + echo "jdks=[8,11]" >> $GITHUB_OUTPUT else echo "jdks=[17]" >> $GITHUB_OUTPUT fi diff --git a/CHANGELOG.md b/CHANGELOG.md index 837806b8b..e291a9b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,4 +13,5 @@ - [docs:simplify GitHub Actions.](https://github.com/Tencent/spring-cloud-tencent/pull/1531) - [feat: support config event.](https://github.com/Tencent/spring-cloud-tencent/pull/1534) - [feat:support stat and event report with service discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1536) -- [fix: update EnhancedRequestContext toString method.](https://github.com/Tencent/spring-cloud-tencent/pull/1548) \ No newline at end of file +- [fix: update EnhancedRequestContext toString method.](https://github.com/Tencent/spring-cloud-tencent/pull/1548) +- [docs: update GitHub Actions.](https://github.com/Tencent/spring-cloud-tencent/pull/1555) \ No newline at end of file