Skip to content

Commit d98f4fd

Browse files
Merge branch '10.5' into 11.5
* 10.5: CI: enable pcntl to un-skip tests
2 parents daf641b + 624b9c1 commit d98f4fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: shivammathur/setup-php@v2
4040
with:
4141
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
4343
coverage: none
4444
tools: none
4545

@@ -154,7 +154,7 @@ jobs:
154154
timeout-minutes: 10
155155

156156
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
158158
PHP_INI_VALUES: memory_limit=-1, assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
159159

160160
strategy:
@@ -227,7 +227,7 @@ jobs:
227227
timeout-minutes: 10
228228

229229
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
231231
PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
232232

233233
strategy:
@@ -319,7 +319,7 @@ jobs:
319319
with:
320320
php-version: ${{ env.PHP_VERSION }}
321321
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
323323
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
324324
tools: none
325325

@@ -424,7 +424,7 @@ jobs:
424424
timeout-minutes: 10
425425

426426
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
428428
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
429429

430430
strategy:

0 commit comments

Comments
 (0)