|
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, soap, tokenizer, xml, xmlwriter |
| 42 | + extensions: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter, pcntl |
43 | 43 | coverage: none |
44 | 44 | tools: none |
45 | 45 |
|
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | timeout-minutes: 10 |
159 | 159 |
|
160 | 160 | env: |
161 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter |
| 161 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter, pcntl |
162 | 162 | PHP_INI_VALUES: memory_limit=-1, assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
163 | 163 |
|
164 | 164 | strategy: |
@@ -232,7 +232,7 @@ jobs: |
232 | 232 | timeout-minutes: 10 |
233 | 233 |
|
234 | 234 | env: |
235 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, soap, tokenizer, xml, xmlwriter |
| 235 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, soap, tokenizer, xml, xmlwriter, pcntl |
236 | 236 | PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
237 | 237 |
|
238 | 238 | strategy: |
@@ -325,7 +325,7 @@ jobs: |
325 | 325 | with: |
326 | 326 | php-version: ${{ env.PHP_VERSION }} |
327 | 327 | coverage: xdebug |
328 | | - extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, soap, tokenizer, xml, xmlwriter |
| 328 | + extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, soap, tokenizer, xml, xmlwriter, pcntl |
329 | 329 | ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
330 | 330 | tools: none |
331 | 331 |
|
@@ -430,7 +430,7 @@ jobs: |
430 | 430 | timeout-minutes: 10 |
431 | 431 |
|
432 | 432 | env: |
433 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter |
| 433 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter, pcntl |
434 | 434 | PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1 |
435 | 435 |
|
436 | 436 | strategy: |
|
0 commit comments