We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
composer-options: "--no-cache"
1 parent 96af956 commit 685a82aCopy full SHA for 685a82a
.github/workflows/phpunit.yml
@@ -74,6 +74,7 @@ jobs:
74
- name: Install dependencies
75
uses: "ramsey/composer-install@v1"
76
with:
77
+ composer-options: "--no-cache"
78
dependency-versions: ${{ matrix.dependencies }}
79
- name: Execute
80
run: |
0 commit comments