diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-08-14 16:13:28 +0200 |
---|---|---|
committer | Daniel <mail@danielkesselberg.de> | 2023-09-30 22:52:57 +0200 |
commit | 796bf329b6a51a933bf0975522335eafad05ab60 (patch) | |
tree | f1bde62e6ddfdf68f1743358beb667e9accd900b /.github/workflows | |
parent | 1daa881b031c968d260e8f1bce9fd5dfdac8acbc (diff) | |
download | nextcloud-server-796bf329b6a51a933bf0975522335eafad05ab60.tar.gz nextcloud-server-796bf329b6a51a933bf0975522335eafad05ab60.zip |
Adding ini-file:development to 32bit CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/phpunit-32bits.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index 8a831f87556..5a2cca235ab 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -46,6 +46,7 @@ jobs: extensions: ctype, curl, dom, fileinfo, gd, imagick, intl, json, mbstring, openssl, pdo_sqlite, posix, sqlite, xml, zip, apcu tools: phpunit:9 coverage: none + ini-file: development ini-values: apc.enabled=on, apc.enable_cli=on |