Azure / spring-cloud-azure-tools

Tools (including Github Actions) used by spring cloud azure team
MIT License
4 stars 6 forks source link

Fix GitHub action to set 2.7.x as current #16

Closed Netyyyy closed 1 year ago

Netyyyy commented 1 year ago

Context

This GitHub action is to update spring-cloud-azure-supported-spring.json for Spring Compatibility tests.

Before Spring3.0 release: We use the version with current status in this metadata as our current version, at that time, it always will be the "2.x.x", so our action is ok.

After Spring3.0 release: In this metadata, the current status was move to "3.x.x"

image

so the action will set "3.x.x" as our current version, this does not meet our requirements.

Goal

Fix the GitHub action to make it reset Spring Boot 2.x as our current version