Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit c89ff42

Browse files
committed
Set zend.max_allowed_stack_size=256k for PHP 8.3 test
1 parent 975d523 commit c89ff42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
php-version: ${{ matrix.php }}
4747
coverage: none
4848
extensions: ffi, pcntl
49+
ini-values: "${{ matrix.php == '8.3' && 'zend.max_allowed_stack_size=256k' || '' }}"
4950

5051
- name: Install dependencies
5152
uses: ramsey/composer-install@v2

0 commit comments

Comments
 (0)