Skip to content

Commit 624b9c1

Browse files
staabmsebastianbergmann
authored andcommitted
CI: enable pcntl to un-skip tests
1 parent 85d0cf7 commit 624b9c1

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

@@ -158,7 +158,7 @@ jobs:
158158
timeout-minutes: 10
159159

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

164164
strategy:
@@ -232,7 +232,7 @@ jobs:
232232
timeout-minutes: 10
233233

234234
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
236236
PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
237237

238238
strategy:
@@ -325,7 +325,7 @@ jobs:
325325
with:
326326
php-version: ${{ env.PHP_VERSION }}
327327
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
329329
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
330330
tools: none
331331

@@ -430,7 +430,7 @@ jobs:
430430
timeout-minutes: 10
431431

432432
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
434434
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
435435

436436
strategy:

0 commit comments

Comments
 (0)