Skip to content

Commit

Permalink
ci: use v2 of ramsey/composer-install
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jan 1, 2022
1 parent 60ef27b commit 8609014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -144,7 +144,7 @@ jobs:
coverage: "none"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "${{ matrix.composer-options }}"
Expand Down

0 comments on commit 8609014

Please sign in to comment.