Skip to content

Commit 291e52d

Browse files
committed
test: disable stack size check in github test workflow
1 parent db40917 commit 291e52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
with:
111111
php-version: ${{ matrix.php }}
112112
coverage: xdebug
113-
extensions: ffi, pcntl
114-
ini-values: "${{ matrix.php == '8.3' && 'zend.max_allowed_stack_size=-1' || '' }}"
113+
extensions: ffi, pcntl, xdebug
114+
ini-values: "${{ (matrix.php == '8.3' || matrix.php == '8.4') && 'zend.max_allowed_stack_size=-1' || '' }}"
115115

116116
- name: Install dependencies
117117
uses: ramsey/composer-install@v2

0 commit comments

Comments
 (0)