Skip to content

Commit ccbd9c4

Browse files
committed
ci: use xdebug and disable zend.max_allowed_stack_size in tests
1 parent 6de613c commit ccbd9c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ jobs:
105105
uses: shivammathur/setup-php@v2
106106
with:
107107
php-version: ${{ matrix.php }}
108-
coverage: pcov
108+
coverage: xdebug
109109
extensions: ffi, pcntl
110-
ini-values: "${{ matrix.php == '8.3' && 'zend.max_allowed_stack_size=256k' || '' }}"
110+
ini-values: "${{ matrix.php == '8.3' && 'zend.max_allowed_stack_size=-1' || '' }}"
111111

112112
- name: Install dependencies
113113
uses: ramsey/composer-install@v2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
zend.max_allowed_stack_size=256k
1+
zend.max_allowed_stack_size=-1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
zend.max_allowed_stack_size=256k
1+
zend.max_allowed_stack_size=-1

0 commit comments

Comments
 (0)