Browse Source

fix(CI): Clear disable_functions so pcntl_* are there

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/10399/head
Joas Schilling 2 years ago
parent
commit
206efa431a
No known key found for this signature in database GPG Key ID: 74434EFE0D2E2205
  1. 4
      .github/workflows/integration-pgsql.yml

4
.github/workflows/integration-pgsql.yml

@ -108,8 +108,8 @@ jobs:
extensions: apcu, bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, pgsql, pdo_pgsql
coverage: none
ini-file: development
ini-values:
apc.enable_cli=on
# Temporary workaround for missing pcntl_* in PHP 8.3: ini-values: apc.enable_cli=on
ini-values: apc.enable_cli=on, disable_functions=
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save