We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db40917 commit 291e52dCopy full SHA for 291e52d
.github/workflows/test.yml
@@ -110,8 +110,8 @@ jobs:
110
with:
111
php-version: ${{ matrix.php }}
112
coverage: xdebug
113
- extensions: ffi, pcntl
114
- ini-values: "${{ matrix.php == '8.3' && 'zend.max_allowed_stack_size=-1' || '' }}"
+ extensions: ffi, pcntl, xdebug
+ ini-values: "${{ (matrix.php == '8.3' || matrix.php == '8.4') && 'zend.max_allowed_stack_size=-1' || '' }}"
115
116
- name: Install dependencies
117
uses: ramsey/composer-install@v2
0 commit comments