Skip to content

Commit 1d9bc62

Browse files
committed
YML fix
1 parent 1866110 commit 1d9bc62

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2
22

33
updates:
4+
45
- package-ecosystem: "composer"
56
directory: "/"
67
schedule:
@@ -9,5 +10,15 @@ updates:
910
include: "scope"
1011
prefix: "composer"
1112
labels:
12-
- "dependency-update"
13+
- "enhancement"
1314
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"

.github/workflows/integrate.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ jobs:
7777
- name: "Install PHP"
7878
uses: "shivammathur/setup-php@v2"
7979
with:
80-
coverage: ""${{ matrix.code-coverage }}"
80+
coverage: "${{ matrix.code-coverage }}"
8181
php-version: "${{ matrix.php-version }}"
82+
ini-values: zend.assertions=1
8283

8384
- name: "Get composer cache directory"
8485
id: composercache
@@ -169,6 +170,7 @@ jobs:
169170
with:
170171
coverage: "none"
171172
php-version: "${{ matrix.php-version }}"
173+
ini-values: zend.assertions=1
172174
tools: cs2pr
173175

174176
- name: "Get composer cache directory"

0 commit comments

Comments
 (0)