Skip to content

Commit f26b2ce

Browse files
committed
feat: APCu caching driver: phpunit workflow extra-ini-options
1 parent cbb69b9 commit f26b2ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/reusable-phpunit-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ on:
4343
description: Additional PHP extensions that are needed to be enabled
4444
type: string
4545
required: false
46+
extra-ini-options:
47+
description: Additional PHP configuration directives that should be appended to the php.ini
48+
type: string
49+
required: false
4650
extra-composer-options:
4751
description: Additional Composer options that should be appended to the `composer update` call
4852
type: string
@@ -163,6 +167,7 @@ jobs:
163167
php-version: ${{ inputs.php-version }}
164168
tools: composer
165169
extensions: gd, ${{ inputs.extra-extensions }}
170+
ini-values: ${{ inputs.extra-ini-options }}
166171
coverage: ${{ env.COVERAGE_DRIVER }}
167172
env:
168173
COVERAGE_DRIVER: ${{ inputs.enable-coverage && 'xdebug' || 'none' }}

0 commit comments

Comments
 (0)