Skip to content

Commit f10e412

Browse files
committed
Use the right variable
- inputs.composer-dependencies is not defined. - matrix.dependencies is defined and unused.
1 parent 9c831b2 commit f10e412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: "Install dependencies with Composer"
6262
uses: "ramsey/composer-install@v2"
6363
with:
64-
dependency-versions: "${{ inputs.composer-dependencies }}"
64+
dependency-versions: "${{ matrix.dependencies }}"
6565
composer-options: "${{ inputs.composer-options }}"
6666
# Bust the cache at least once a month - output format: YYYY-MM.
6767
custom-cache-suffix: $(date -u "+%Y-%m")

0 commit comments

Comments
 (0)