Skip to content

Commit

Permalink
Do not ref composer.lock in CI as it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Mar 27, 2023
1 parent c89d34b commit 074ad03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: "Install dependencies with composer"
Expand Down

0 comments on commit 074ad03

Please sign in to comment.