Skip to content

Commit

Permalink
Merge pull request #78 from Lctrs/Lctrs-patch-1
Browse files Browse the repository at this point in the history
Fix: Use matrix variable
  • Loading branch information
lctrs-bot committed Apr 29, 2020
2 parents 00b1c9f + 7860de5 commit 2478775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Expand Up @@ -169,8 +169,8 @@ jobs:
uses: "actions/cache@v1"
with:
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
key: "${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
restore-keys: "${{ matrix.php-version }}-composer-locked-"
key: "${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
restore-keys: "${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"

- name: "Install lowest dependencies from composer.json"
if: "matrix.dependencies == 'lowest'"
Expand Down

0 comments on commit 2478775

Please sign in to comment.