From 796bf329b6a51a933bf0975522335eafad05ab60 Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Mon, 14 Aug 2023 16:13:28 +0200 Subject: Adding ini-file:development to 32bit CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/phpunit-32bits.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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 -- cgit v1.2.3