File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1313 description : " The version of the package being tested, in case of circular dependencies."
1414 required : false
1515 type : " string"
16+ composer-dependency-versions :
17+ description : " whether the job should install the locked, highest, or lowest versions of Composer dependencies."
18+ default : " highest"
19+ required : false
20+ type : " string"
1621 composer-options :
1722 description : " Additional flags for the composer install command."
1823 default : " --prefer-dist"
4348 - name : " Install dependencies with Composer"
4449 uses : " ramsey/composer-install@v3"
4550 with :
46- dependency-versions : " highest "
51+ dependency-versions : " ${{ inputs.composer-dependency-versions }} "
4752 composer-options : " ${{ inputs.composer-options }}"
4853
4954 # https://github.com/doctrine/.github/issues/3
Original file line number Diff line number Diff line change 1313 description : " The version of the package being tested, in case of circular dependencies."
1414 required : false
1515 type : " string"
16+ composer-dependency-versions :
17+ description : " whether the job should install the locked, highest, or lowest versions of Composer dependencies."
18+ default : " highest"
19+ required : false
20+ type : " string"
1621 composer-options :
1722 description : " Additional flags for the composer install command."
1823 default : " --prefer-dist"
4247 - name : " Install dependencies with Composer"
4348 uses : " ramsey/composer-install@v3"
4449 with :
45- dependency-versions : " highest "
50+ dependency-versions : " ${{ inputs.composer-dependency-versions }} "
4651 composer-options : " ${{ inputs.composer-options }}"
4752
4853 - name : " Run a static analysis with phpstan/phpstan"
You can’t perform that action at this time.
0 commit comments