|
39 | 39 | uses: shivammathur/setup-php@v2 |
40 | 40 | with: |
41 | 41 | php-version: ${{ env.PHP_VERSION }} |
42 | | - extensions: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter |
| 42 | + extensions: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter, pcntl |
43 | 43 | coverage: none |
44 | 44 | tools: none |
45 | 45 |
|
@@ -154,7 +154,7 @@ jobs: |
154 | 154 | timeout-minutes: 10 |
155 | 155 |
|
156 | 156 | env: |
157 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter |
| 157 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter, pcntl |
158 | 158 | PHP_INI_VALUES: memory_limit=-1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
159 | 159 |
|
160 | 160 | strategy: |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | timeout-minutes: 10 |
226 | 226 |
|
227 | 227 | env: |
228 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, tokenizer, xml, xmlwriter |
| 228 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, tokenizer, xml, xmlwriter, pcntl |
229 | 229 | PHP_INI_VALUES: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
230 | 230 |
|
231 | 231 | strategy: |
@@ -315,7 +315,7 @@ jobs: |
315 | 315 | with: |
316 | 316 | php-version: ${{ env.PHP_VERSION }} |
317 | 317 | coverage: xdebug |
318 | | - extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, tokenizer, xml, xmlwriter |
| 318 | + extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, tokenizer, xml, xmlwriter, pcntl |
319 | 319 | ini-values: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
320 | 320 | tools: none |
321 | 321 |
|
@@ -363,7 +363,7 @@ jobs: |
363 | 363 | timeout-minutes: 10 |
364 | 364 |
|
365 | 365 | env: |
366 | | - PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter |
| 366 | + PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter, pcntl |
367 | 367 | PHP_INI_VALUES: phar.readonly=0, zend.assertions=1 |
368 | 368 |
|
369 | 369 | steps: |
@@ -420,7 +420,7 @@ jobs: |
420 | 420 | timeout-minutes: 10 |
421 | 421 |
|
422 | 422 | env: |
423 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter |
| 423 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter, pcntl |
424 | 424 | PHP_INI_VALUES: phar.readonly=0, zend.assertions=1 |
425 | 425 |
|
426 | 426 | strategy: |
|
0 commit comments