We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f292785 commit b47b8d3Copy full SHA for b47b8d3
.github/workflows/php.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Install and Cache Composer dependencies
88
uses: "ramsey/composer-install@v2"
89
with:
90
- # dependency-versions: "lockwest"
+ dependency-versions: "lowest"
91
working-directory: "solid"
92
env:
93
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
0 commit comments