Skip to content

Commit 6b2e6f5

Browse files
authored
Turn on assert in CI/CD (#409)
1 parent 1a5fba2 commit 6b2e6f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
php-version: 8.2
1919
extensions: xdebug
2020
tools: composer:2
21+
ini-file: development
2122
- name: Setup problem matchers for PHP
2223
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
2324
- name: Setup problem matchers for PHPUnit
@@ -41,6 +42,7 @@ jobs:
4142
with:
4243
php-version: 8.2
4344
tools: composer:2
45+
ini-file: development
4446
- name: Setup problem matchers for PHP
4547
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
4648
- name: Composer (Annotated Container)
@@ -60,6 +62,7 @@ jobs:
6062
with:
6163
php-version: 8.2
6264
tools: composer:2, cs2pr, phpcs
65+
ini-file: development
6366
- name: Setup problem matchers for PHP
6467
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
6568
- name: Composer (Annotated Container)

0 commit comments

Comments
 (0)