Skip to content

Commit

Permalink
Merge pull request actions#552 from MasterOdin/patch-1
Browse files Browse the repository at this point in the history
Update php cache key to use php in its name
  • Loading branch information
Andy McKay authored Jun 17, 2020
2 parents 0170fa5 + 330ca7d commit 3c3736f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-node-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-php-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 3c3736f

Please sign in to comment.