Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.22 initialise docs matrices with new version #1691

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/user-guide/ext-client/compatibility-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Each version of Camunda 7 is bound to a specific version of the **External Task
<td>7.21.x</td>
<td>3.1.x</td>
</tr>
<tr>
<td>7.22.x</td>
<td>3.1.x</td>
</tr>
</table>

Only these default combinations are recommended (and supported) by Camunda. Nevertheless, each version of the External
Expand Down
6 changes: 6 additions & 0 deletions content/user-guide/testing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@ With Camunda 7.17.0 the project was moved into the [Camunda 7 repository](https:
<td>7.20.0<br/>7.21.0</td>
<td>7.20.0<br/>7.21.0</td>
</tr>
<tr>
<td>camunda-bpm-assert</td>
<td>3.25.3</td>
<td>7.22.0</td>
<td>7.22.0</td>
</tr>
</table>

\* For these versions, use the following Maven coordinates:
Expand Down