From 33b8229d3fbe91961a801ff5cd0c32a218d9f746 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 11 Apr 2026 11:05:34 -0400 Subject: [PATCH] test(s3-primary): fix PCNTL missing warnings Signed-off-by: Josh --- .github/workflows/integration-s3-primary.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-s3-primary.yml b/.github/workflows/integration-s3-primary.yml index 98bc530b020..00169985999 100644 --- a/.github/workflows/integration-s3-primary.yml +++ b/.github/workflows/integration-s3-primary.yml @@ -90,6 +90,7 @@ jobs: extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, redis, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite coverage: 'none' ini-file: development + ini-values: disable_functions="" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}