Skip to content

Commit

Permalink
Update Spring Boot and Spring Cloud versions for the Spring compatibi…
Browse files Browse the repository at this point in the history
…lity tests (Azure#33124)

* Update Spring Boot and Spring Cloud versions for the compatibility test. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/3963556036

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
Netyyyy and github-actions authored Jan 20, 2023
1 parent 69e66d2 commit 2489357
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion sdk/spring/spring-cloud-azure-supported-spring.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,30 @@
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "TODO",
"spring-boot-version" : "2.7.8-SNAPSHOT",
"spring-boot-version" : "2.7.9-SNAPSHOT",
"spring-cloud-version" : "2021.0.5"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "2.7.8",
"spring-cloud-version" : "2021.0.5"
},
{
"current" : false,
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "2.7.8-SNAPSHOT",
"spring-cloud-version" : "2021.0.5"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "2.7.7",
"spring-cloud-version" : "2021.0.5"
},
Expand Down

0 comments on commit 2489357

Please sign in to comment.