File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
aggregate_tested_versions :
12
12
name : Aggregate Tested Versions
13
13
runs-on : ubuntu-latest
14
+ permissions :
15
+ contents : write
16
+ actions : read
17
+ pull-requests : write
14
18
15
19
steps :
16
20
- name : Checkout code
54
58
commit-message : " chore: update supported versions"
55
59
title : " chore: update supported versions"
56
60
branch : " update-supported-versions"
57
- base : " master "
61
+ base : " alex/AIDM-455_record-supported-versions "
58
62
draft : true # TODO: Remove when ready to merge
59
63
delete-branch : true
60
64
body : This PR updates the supported versions tables.
Original file line number Diff line number Diff line change 44
44
commit-message : " chore: update latest versions"
45
45
title : " chore: update latest versions"
46
46
branch : " update-latest-versions"
47
- base : " master"
48
47
delete-branch : true
49
48
body : This PR updates the latest pinned versions of the test dependencies.
Original file line number Diff line number Diff line change 2
2
"cakephp/cakephp" : [
3
3
" 3.10.5" ,
4
4
" 4.5.9" ,
5
- " 5.1.5 "
5
+ " 5.1.4 "
6
6
],
7
7
"drupal/drupal" : [
8
8
" 10.1.3" ,
Original file line number Diff line number Diff line change 1
1
| Library | Min. Supported Version | Max. Supported Version |
2
2
| -----------------------------| ------------------------| ------------------------|
3
- | cakephp/cakephp | 3.10.5 | 5.1.5 |
3
+ | cakephp/cakephp | 3.10.5 | 5.1.4 |
4
4
| drupal/drupal | 8.9.21 | 10.1.3 |
5
5
| elasticsearch/elasticsearch | 1.2.2 | 8.17.0 |
6
6
| ext-PDO | 7.0.33 | 8.3.14 |
You can’t perform that action at this time.
0 commit comments