Skip to content

Commit

Permalink
Merge pull request #264 from srdante/patch-1
Browse files Browse the repository at this point in the history
Fix Test Caching
  • Loading branch information
sc0Vu authored Mar 7, 2022
2 parents 2eafffb + 1d2581e commit cede0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
${{ runner.os }}-php-${{ matrix.php-version }}-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit cede0cc

Please sign in to comment.