Skip to content

Commit 2741737

Browse files
authored
Merge pull request #86 from breun/update-compatibility-matrix
Update compatibility matrix
2 parents 6c144ed + c9bcde6 commit 2741737

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/docs/asciidoc/faq.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,9 +1075,12 @@ In general, **you should only pick the last stable version as per today {springd
10751075
More precisely, this the exhaustive list of spring-boot versions against which `springdoc-openapi` has been built:
10761076

10771077
|===
1078-
| spring-boot Versions | Minimum springdoc-openapi Versions
1079-
|`3.4.x` | `2.7.x`+
1080-
|`3.0.x` | `2.0.x`+
1078+
| Spring Boot Versions | Springdoc OpenAPI Versions
1079+
|`3.4.x` | `2.7.x`
1080+
|`3.3.x` | `2.6.x`
1081+
|`3.2.x` | `2.3.x` - `2.5.x`
1082+
|`3.1.x` | `2.2.x`
1083+
|`3.0.x` | `2.0.x` - `2.1.x`
10811084
|`2.7.x`, `1.5.x` | `1.6.0`+
10821085
|`2.6.x`, `1.5.x` | `1.6.0`+
10831086
|`2.5.x`, `1.5.x` | `1.5.9`+

0 commit comments

Comments
 (0)