We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c831b2 commit f10e412Copy full SHA for f10e412
1 file changed
.github/workflows/continuous-integration.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: "Install dependencies with Composer"
62
uses: "ramsey/composer-install@v2"
63
with:
64
- dependency-versions: "${{ inputs.composer-dependencies }}"
+ dependency-versions: "${{ matrix.dependencies }}"
65
composer-options: "${{ inputs.composer-options }}"
66
# Bust the cache at least once a month - output format: YYYY-MM.
67
custom-cache-suffix: $(date -u "+%Y-%m")
0 commit comments