Skip to content

Commit a9b2d5e

Browse files
committed
test: Generate Test PR
1 parent 3f9aad7 commit a9b2d5e

4 files changed

+7
-4
lines changed

.github/workflows/aggregate_tested_versions.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
aggregate_tested_versions:
1212
name: Aggregate Tested Versions
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
16+
actions: read
17+
pull-requests: write
1418

1519
steps:
1620
- name: Checkout code
@@ -54,7 +58,7 @@ jobs:
5458
commit-message: "chore: update supported versions"
5559
title: "chore: update supported versions"
5660
branch: "update-supported-versions"
57-
base: "master"
61+
base: "alex/AIDM-455_record-supported-versions"
5862
draft: true # TODO: Remove when ready to merge
5963
delete-branch: true
6064
body: This PR updates the supported versions tables.

.github/workflows/update_latest_versions.yml

-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ jobs:
4444
commit-message: "chore: update latest versions"
4545
title: "chore: update latest versions"
4646
branch: "update-latest-versions"
47-
base: "master"
4847
delete-branch: true
4948
body: This PR updates the latest pinned versions of the test dependencies.

aggregated_tested_versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cakephp/cakephp": [
33
"3.10.5",
44
"4.5.9",
5-
"5.1.5"
5+
"5.1.4"
66
],
77
"drupal/drupal": [
88
"10.1.3",

integration_versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Library | Min. Supported Version | Max. Supported Version |
22
|-----------------------------|------------------------|------------------------|
3-
| cakephp/cakephp | 3.10.5 | 5.1.5 |
3+
| cakephp/cakephp | 3.10.5 | 5.1.4 |
44
| drupal/drupal | 8.9.21 | 10.1.3 |
55
| elasticsearch/elasticsearch | 1.2.2 | 8.17.0 |
66
| ext-PDO | 7.0.33 | 8.3.14 |

0 commit comments

Comments
 (0)