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
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with
2 additions and
2 deletions
-
.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 }} |
|
|
|
|
|
|
|
|