We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a116486 commit 17034e0Copy full SHA for 17034e0
.github/workflows/php.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
php-version: 8.2
19
extensions: xdebug
20
+ ini-values: zend.assertions=1
21
tools: composer:2
22
- name: Setup problem matchers for PHP
23
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
0 commit comments