docs: simplify GitHub Actions. (#1554)

pull/1572/head
Fishtail 4 months ago committed by GitHub
parent 12decebe4e
commit cb3ba45a82
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

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