We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ba55a commit f292785Copy full SHA for f292785
1 file changed
.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: "lowest"
+ # dependency-versions: "lockwest"
91
working-directory: "solid"
92
env:
93
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
0 commit comments