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 0e162f3 commit 82d552aCopy full SHA for 82d552a
.github/workflows/static-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/cache@v4
25
with:
26
path: /tmp/composer-cache
27
- key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
+ key: ${{ runner.os }}-${{ hashFiles('**/composer.json') }}
28
29
- name: Install dependencies
30
run: composer install
.github/workflows/unit-test.yml
@@ -29,7 +29,7 @@ jobs:
31
32
+ key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
33
34
35
0 commit comments