docs: update GitHub Actions. (#1556)

pull/1569/head
Fishtail 4 months ago committed by GitHub
parent 0f6fb0875e
commit 0ade1a4092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

@ -58,3 +58,4 @@
- [feat: support config event.](https://github.com/Tencent/spring-cloud-tencent/pull/1535)
- [feat:support stat and event report with service discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1537)
- [fix: update EnhancedRequestContext toString method.](https://github.com/Tencent/spring-cloud-tencent/pull/1546)
- [docs: update GitHub Actions.](https://github.com/Tencent/spring-cloud-tencent/pull/1556)
Loading…
Cancel
Save