File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
3
updates :
4
+
4
5
- package-ecosystem : " composer"
5
6
directory : " /"
6
7
schedule :
@@ -9,5 +10,15 @@ updates:
9
10
include : " scope"
10
11
prefix : " composer"
11
12
labels :
12
- - " dependency-update "
13
+ - " enhancement "
13
14
versioning-strategy : " widen"
15
+
16
+ - package-ecosystem : " github-actions"
17
+ directory : " /"
18
+ schedule :
19
+ interval : " weekly"
20
+ commit-message :
21
+ include : " scope"
22
+ prefix : " github-actions"
23
+ labels :
24
+ - " enhancement"
Original file line number Diff line number Diff line change 77
77
- name : " Install PHP"
78
78
uses : " shivammathur/setup-php@v2"
79
79
with :
80
- coverage : " " ${{ matrix.code-coverage }}"
80
+ coverage : " ${{ matrix.code-coverage }}"
81
81
php-version : " ${{ matrix.php-version }}"
82
+ ini-values : zend.assertions=1
82
83
83
84
- name : " Get composer cache directory"
84
85
id : composercache
@@ -169,6 +170,7 @@ jobs:
169
170
with :
170
171
coverage : " none"
171
172
php-version : " ${{ matrix.php-version }}"
173
+ ini-values : zend.assertions=1
172
174
tools : cs2pr
173
175
174
176
- name : " Get composer cache directory"
You can’t perform that action at this time.
0 commit comments