Skip to content

Commit 50a9a76

Browse files
committed
Show deprecations in tests
1 parent e39ffe1 commit 50a9a76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
coverage: "none"
3535
php-version: "${{ matrix.php-version }}"
36+
ini-file: development
3637

3738
- name: "Validate Composer"
3839
run: "composer validate"
@@ -61,6 +62,7 @@ jobs:
6162
with:
6263
coverage: "none"
6364
php-version: "8.0"
65+
ini-file: development
6466

6567
- name: "Validate Composer"
6668
run: "composer validate"
@@ -101,6 +103,7 @@ jobs:
101103
with:
102104
coverage: "none"
103105
php-version: "${{ matrix.php-version }}"
106+
ini-file: development
104107

105108
- name: "Downgrade PHPUnit"
106109
if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
@@ -141,6 +144,7 @@ jobs:
141144
coverage: "none"
142145
php-version: "${{ matrix.php-version }}"
143146
extensions: mbstring
147+
ini-file: development
144148
tools: composer:v2
145149

146150
- name: "Downgrade PHPUnit"

0 commit comments

Comments
 (0)