Skip to content

Commit 5aa06f4

Browse files
committed
CI: allow mysqli local infile for DB tests
1 parent 68e046d commit 5aa06f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
php-version: '8.2'
5050
extensions: intl, sodium, gd, mysqli, curl, fileinfo, json, dom, simplexml, mbstring, zip, redis, memcached, apcu
5151
coverage: pcov
52-
ini-values: apc.enable_cli=1
52+
ini-values: apc.enable_cli=1, mysqli.allow_local_infile=1
5353
- name: Validate composer.json
5454
run: composer validate --no-check-publish
5555
- name: Install dependencies

0 commit comments

Comments
 (0)