Skip to content

Commit ad24d19

Browse files
Merge branch '12.5'
* 12.5: CI: enable pcntl to un-skip tests
2 parents 1aea857 + 73afb95 commit ad24d19

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:
@@ -225,7 +225,7 @@ jobs:
225225
timeout-minutes: 10
226226

227227
env:
228-
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, tokenizer, xml, xmlwriter
228+
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, tokenizer, xml, xmlwriter, pcntl
229229
PHP_INI_VALUES: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
230230

231231
strategy:
@@ -315,7 +315,7 @@ jobs:
315315
with:
316316
php-version: ${{ env.PHP_VERSION }}
317317
coverage: xdebug
318-
extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, tokenizer, xml, xmlwriter
318+
extensions: none, ctype, curl, dom, json, libxml, mbstring, pdo, phar, tokenizer, xml, xmlwriter, pcntl
319319
ini-values: zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
320320
tools: none
321321

@@ -363,7 +363,7 @@ jobs:
363363
timeout-minutes: 10
364364

365365
env:
366-
PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter
366+
PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter, pcntl
367367
PHP_INI_VALUES: phar.readonly=0, zend.assertions=1
368368

369369
steps:
@@ -420,7 +420,7 @@ jobs:
420420
timeout-minutes: 10
421421

422422
env:
423-
PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter
423+
PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter, pcntl
424424
PHP_INI_VALUES: phar.readonly=0, zend.assertions=1
425425

426426
strategy:

0 commit comments

Comments
 (0)