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 d3052bc commit c38c2c0Copy full SHA for c38c2c0
.github/workflows/lint.yaml
@@ -52,7 +52,7 @@ jobs:
52
uses: actions/cache@v4
53
with:
54
path: ${{ steps.composer-cache.outputs.dir }}
55
- key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
+ key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
56
restore-keys: ${{ runner.os }}-composer-
57
58
- name: "Install dependencies"
.github/workflows/tests.yaml
@@ -56,7 +56,7 @@ jobs:
59
60
61
62
0 commit comments