Skip to content

Commit

Permalink
chore: add pcntl to solve psalm issue
Browse files Browse the repository at this point in the history
Fixed:

pcntl_fork() is disabled by php configuration (disable_functions directive).

Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Dec 19, 2024
1 parent 989b6b5 commit cf7d71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
with:
php-version: ${{ steps.versions.outputs.php-available }}
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
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
coverage: none
ini-file: development
env:
Expand Down

0 comments on commit cf7d71e

Please sign in to comment.