Skip to content

Commit

Permalink
Merge branch '8.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 8, 2019
2 parents 4501eec + 525f24f commit a98ff6b
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 @@ -89,7 +89,7 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.composer/cache
key: ${{ matrix.php-binary }}-composer-${{ matrix.dependencies }}-${{ github.sha }}
key: ${{ matrix.php-binary }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ matrix.php-binary }}-composer-${{ matrix.dependencies }}-
Expand Down

0 comments on commit a98ff6b

Please sign in to comment.