File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ inputs:
1111 default : " composer"
1212 required : false
1313 type : string
14+ PHP_EXTENSIONS :
15+ description : PHP extensions
16+ default : " "
17+ required : false
18+ type : string
1419 COMPOSER_ARGS :
1520 description : Set of arguments passed to Composer.
1621 default : ' --prefer-dist --no-scripts'
3944 with :
4045 php-version : ${{ inputs.PHP_VERSION }}
4146 tools : ${{ inputs.PHP_TOOLS }}
47+ extensions : ${{ inputs.PHP_EXTENSIONS }}
4248
4349 - name : Set Composer global config
4450 shell : bash
Original file line number Diff line number Diff line change 77 default : " 8.1"
88 required : false
99 type : string
10+ PHP_EXTENSIONS :
11+ description : PHP extensions
12+ default : " "
13+ required : false
14+ type : string
1015 secrets :
1116 COMPOSER_AUTH_JSON :
1217 description : Authentication for privately hosted packages and repositories as a JSON formatted object.
4954 uses : Humanoidfr/humanoid-github-workflows/.github/actions/composer@main
5055 with :
5156 PHP_VERSION : ${{ env.PHP_VERSION }}
57+ PHP_EXTENSIONS : ${{ inputs.PHP_EXTENSIONS }}
5258 COMPOSER_CONFIG : ${{ vars.COMPOSER_CONFIG_JSON }}
5359 INSTALL_AND_CACHE : false
5460
You can’t perform that action at this time.
0 commit comments