diff --git a/.github/workflows/robot-test.yml b/.github/workflows/robot-test.yml index 3a1b30a..8b27ee1 100644 --- a/.github/workflows/robot-test.yml +++ b/.github/workflows/robot-test.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: auth_enabled: ['false', 'true'] - camunda_version: ['run-7.14.0','run-7.15.0','run-7.16.0','run-7.17.0','run-7.18.0','run-7.19.0','run-7.20.0'] + camunda_version: ['run-7.20.0'] services: camunda: image: camunda/camunda-bpm-platform:${{ matrix.camunda_version }} diff --git a/README.md b/README.md index 2704471..f41ce00 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ known issues or report one yourself. You are invited to contribute pull requests | Supported | Tested | | :----- | :----- | | Python >= 3.9 | 3.9, 3.10, 3.11, 3.12 | -| Camunda 7 >= 7.14 | 7.14, 7.15, 7.16, 7.17, 7.18, 7.19, 7.20 | +| Camunda 7 >= 7.20 | 7.20 | ## Documentation