|
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: |
@@ -226,7 +226,7 @@ jobs: |
226 | 226 | timeout-minutes: 10 |
227 | 227 |
|
228 | 228 | env: |
229 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, tokenizer, xml, xmlwriter |
| 229 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, tokenizer, xml, xmlwriter, pcntl |
230 | 230 | PHP_INI_VALUES: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
231 | 231 |
|
232 | 232 | strategy: |
@@ -317,7 +317,7 @@ jobs: |
317 | 317 | with: |
318 | 318 | php-version: ${{ env.PHP_VERSION }} |
319 | 319 | coverage: xdebug |
320 | | - extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, tokenizer, xml, xmlwriter |
| 320 | + extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, tokenizer, xml, xmlwriter, pcntl |
321 | 321 | ini-values: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
322 | 322 | tools: none |
323 | 323 |
|
@@ -365,7 +365,7 @@ jobs: |
365 | 365 | timeout-minutes: 10 |
366 | 366 |
|
367 | 367 | env: |
368 | | - PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter |
| 368 | + PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter, pcntl |
369 | 369 | PHP_INI_VALUES: phar.readonly=0, zend.assertions=1 |
370 | 370 |
|
371 | 371 | steps: |
@@ -422,7 +422,7 @@ jobs: |
422 | 422 | timeout-minutes: 10 |
423 | 423 |
|
424 | 424 | env: |
425 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter |
| 425 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter, pcntl |
426 | 426 | PHP_INI_VALUES: phar.readonly=0, zend.assertions=1 |
427 | 427 |
|
428 | 428 | strategy: |
|
0 commit comments