Skip to content

Commit 5635a31

Browse files
there is no composer.lock file
1 parent 2d5dbd4 commit 5635a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/cache@v3
4747
with:
4848
path: ${{ steps.composer-cache.outputs.dir }}
49-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
49+
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
5050
restore-keys: |
5151
${{ runner.os }}-composer-
5252

0 commit comments

Comments
 (0)