From c690cc6a22c49f13c93f20d41a70b34ef510467a Mon Sep 17 00:00:00 2001 From: Alexandre Choura Date: Tue, 28 Jan 2025 10:16:48 +0100 Subject: [PATCH] test: Generate Test PR --- .github/workflows/aggregate_tested_versions.yml | 2 +- aggregated_tested_versions.json | 2 +- integration_versions.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aggregate_tested_versions.yml b/.github/workflows/aggregate_tested_versions.yml index eb3fb6808a..1238e873f0 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-528_version-range" 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 c2a153f00e..5d4c321d34 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 8d4bcce8f5..9171f35cb3 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 |