We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13ea05 commit ebd96f3Copy full SHA for ebd96f3
.github/workflows/test.yml
@@ -33,8 +33,8 @@ jobs:
33
uses: actions/cache@v2
34
with:
35
path: ${{ steps.composercache.outputs.dir }}
36
- key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
37
- restore-keys: ${{ runner.os }}-composer-
+ key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.json') }}
+ restore-keys: ${{ runner.os }}-php-${{ matrix.php-version }}-
38
39
- name: Install dependencies
40
run: |
0 commit comments