diff --git a/.github/workflows/aggregate_tested_versions.yml b/.github/workflows/aggregate_tested_versions.yml index eb3fb6808a1..3fd0d82f81f 100644 --- a/.github/workflows/aggregate_tested_versions.yml +++ b/.github/workflows/aggregate_tested_versions.yml @@ -54,7 +54,7 @@ jobs: commit-message: "chore: update supported versions" title: "chore: update supported versions" branch: "update-supported-versions" - base: "master" + base: "alex/AIDM-455_record-supported-versions" draft: true # TODO: Remove when ready to merge delete-branch: true body: This PR updates the supported versions tables. \ No newline at end of file diff --git a/aggregated_tested_versions.json b/aggregated_tested_versions.json index c2a153f00ed..5d4c321d34d 100644 --- a/aggregated_tested_versions.json +++ b/aggregated_tested_versions.json @@ -2,7 +2,7 @@ "cakephp/cakephp": [ "3.10.5", "4.5.9", - "5.1.5" + "5.1.4" ], "drupal/drupal": [ "10.1.3", diff --git a/integration_versions.md b/integration_versions.md index 8d4bcce8f5e..9171f35cb32 100644 --- a/integration_versions.md +++ b/integration_versions.md @@ -1,6 +1,6 @@ | Library | Min. Supported Version | Max. Supported Version | |-----------------------------|------------------------|------------------------| -| cakephp/cakephp | 3.10.5 | 5.1.5 | +| cakephp/cakephp | 3.10.5 | 5.1.4 | | drupal/drupal | 8.9.21 | 10.1.3 | | elasticsearch/elasticsearch | 1.2.2 | 8.17.0 | | ext-PDO | 7.0.33 | 8.3.14 |