Skip to content

Commit 365c1b8

Browse files
Merge branch '11.5' into 12.4
* 11.5: CI: enable pcntl to un-skip tests
2 parents 3f5f845 + d98f4fd commit 365c1b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 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, tokenizer, xml, xmlwriter
42+
extensions: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, 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, tokenizer, xml, xmlwriter
157+
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter, pcntl
158158
PHP_INI_VALUES: memory_limit=-1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
159159

160160
strategy:
@@ -226,7 +226,7 @@ jobs:
226226
timeout-minutes: 10
227227

228228
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
230230
PHP_INI_VALUES: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
231231

232232
strategy:
@@ -317,7 +317,7 @@ jobs:
317317
with:
318318
php-version: ${{ env.PHP_VERSION }}
319319
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
321321
ini-values: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
322322
tools: none
323323

@@ -365,7 +365,7 @@ jobs:
365365
timeout-minutes: 10
366366

367367
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
369369
PHP_INI_VALUES: phar.readonly=0, zend.assertions=1
370370

371371
steps:
@@ -422,7 +422,7 @@ jobs:
422422
timeout-minutes: 10
423423

424424
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
426426
PHP_INI_VALUES: phar.readonly=0, zend.assertions=1
427427

428428
strategy:

0 commit comments

Comments
 (0)