Skip to content

Commit

Permalink
Merge pull request #86 from breun/update-compatibility-matrix
Browse files Browse the repository at this point in the history
Update compatibility matrix
  • Loading branch information
bnasslahsen authored Nov 26, 2024
2 parents 6c144ed + c9bcde6 commit 2741737
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1075,9 +1075,12 @@ In general, **you should only pick the last stable version as per today {springd
More precisely, this the exhaustive list of spring-boot versions against which `springdoc-openapi` has been built:

|===
| spring-boot Versions | Minimum springdoc-openapi Versions
|`3.4.x` | `2.7.x`+
|`3.0.x` | `2.0.x`+
| Spring Boot Versions | Springdoc OpenAPI Versions
|`3.4.x` | `2.7.x`
|`3.3.x` | `2.6.x`
|`3.2.x` | `2.3.x` - `2.5.x`
|`3.1.x` | `2.2.x`
|`3.0.x` | `2.0.x` - `2.1.x`
|`2.7.x`, `1.5.x` | `1.6.0`+
|`2.6.x`, `1.5.x` | `1.6.0`+
|`2.5.x`, `1.5.x` | `1.5.9`+
Expand Down

0 comments on commit 2741737

Please sign in to comment.