Skip to content

Commit 7e1401a

Browse files
authored
Merge pull request #59590 from nextcloud/jtr/test-pcntl-fix
test(integration): fix PCNTL warnings in integration tests
2 parents 2ee2356 + 378058f commit 7e1401a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/integration-s3-primary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
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
9191
coverage: 'none'
9292
ini-file: development
93+
ini-values: disable_functions=""
9394
env:
9495
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9596

.github/workflows/integration-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, imagick, intl, json, ldap, libxml, mbstring, openssl, pcntl, posix, redis, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
141141
coverage: none
142142
ini-file: development
143+
ini-values: disable_functions=""
143144
env:
144145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
145146

0 commit comments

Comments
 (0)