Skip to content

Commit cf7d71e

Browse files
committed
chore: add pcntl to solve psalm issue
Fixed: pcntl_fork() is disabled by php configuration (disable_functions directive). Signed-off-by: Vitor Mattos <[email protected]>
1 parent 989b6b5 commit cf7d71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psalm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
3232
with:
3333
php-version: ${{ steps.versions.outputs.php-available }}
34-
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
34+
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, pcntl, pdo_sqlite, posix, session, simplexml, sqlite, xmlreader, xmlwriter, zip, zlib
3535
coverage: none
3636
ini-file: development
3737
env:

0 commit comments

Comments
 (0)