Skip to content

Commit cfde5fe

Browse files
committed
See if using development ini file will also throw assert errors
1 parent 17034e0 commit cfde5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
php-version: 8.2
1919
extensions: xdebug
20-
ini-values: zend.assertions=1
20+
ini-file: development
2121
tools: composer:2
2222
- name: Setup problem matchers for PHP
2323
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)