mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
Add support for CNB platform API 0.12
Closes gh-36712
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ final class ApiVersions {
|
||||
/**
|
||||
* The platform API versions supported by this release.
|
||||
*/
|
||||
static final ApiVersions SUPPORTED_PLATFORMS = ApiVersions.of(0, IntStream.rangeClosed(3, 11));
|
||||
static final ApiVersions SUPPORTED_PLATFORMS = ApiVersions.of(0, IntStream.rangeClosed(3, 12));
|
||||
|
||||
private final ApiVersion[] apiVersions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user