summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-06-01 11:25:19 +0200
committerGrigorii K. Shartsev <me@shgk.me>2023-06-09 15:48:11 +0200
commitf7fca2f6d1cf469c219b2060f535b40fc4c1dcd2 (patch)
treee5089312fc516a390334ff42a9b86128c5302fad /.github
parent7564e2659e3789831db25d41d1489c6e71172cf7 (diff)
fix(CI): Allow pcntl functions for Oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit-oci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml
index 8fd607de7..279c50777 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -73,6 +73,7 @@ jobs:
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib,oci8
coverage: none
ini-file: development
+ ini-values: disable_functions=""
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}