docs: simplify GitHub Actions.

pull/1554/head
fishtailfu 4 months ago
parent 12decebe4e
commit 572624dd60

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

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