From a2a77259c0fd02820cfcfa21bb929a026edbb646 Mon Sep 17 00:00:00 2001 From: Brijeshthummar02 Date: Wed, 12 Mar 2025 17:40:04 +0530 Subject: [PATCH 1/2] Update README.md to reflect supported Camunda 7 version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9547c74..3c89469 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.8 | 3.8, 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 From e8bb5d8ba7b918899a83c5e4d0b45e2f30d041ae Mon Sep 17 00:00:00 2001 From: Brijeshthummar02 Date: Wed, 12 Mar 2025 21:00:36 +0530 Subject: [PATCH 2/2] Update robot-test.yml to limit Camunda version to 7.20.0 --- .github/workflows/robot-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}