|
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 |
|
@@ -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, soap, tokenizer, xml, xmlwriter |
| 157 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter, pcntl |
158 | 158 | PHP_INI_VALUES: memory_limit=-1, assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
159 | 159 |
|
160 | 160 | strategy: |
@@ -227,7 +227,7 @@ jobs: |
227 | 227 | timeout-minutes: 10 |
228 | 228 |
|
229 | 229 | env: |
230 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, soap, tokenizer, xml, xmlwriter |
| 230 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, soap, tokenizer, xml, xmlwriter, pcntl |
231 | 231 | PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
232 | 232 |
|
233 | 233 | strategy: |
@@ -319,7 +319,7 @@ jobs: |
319 | 319 | with: |
320 | 320 | php-version: ${{ env.PHP_VERSION }} |
321 | 321 | coverage: xdebug |
322 | | - extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, soap, tokenizer, xml, xmlwriter |
| 322 | + extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, soap, tokenizer, xml, xmlwriter, pcntl |
323 | 323 | ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
324 | 324 | tools: none |
325 | 325 |
|
@@ -424,7 +424,7 @@ jobs: |
424 | 424 | timeout-minutes: 10 |
425 | 425 |
|
426 | 426 | env: |
427 | | - PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter |
| 427 | + PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter, pcntl |
428 | 428 | PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1 |
429 | 429 |
|
430 | 430 | strategy: |
|
0 commit comments