Skip to content

Commit ebd96f3

Browse files
committed
Fix for cache composer
1 parent a13ea05 commit ebd96f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
uses: actions/cache@v2
3434
with:
3535
path: ${{ steps.composercache.outputs.dir }}
36-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
37-
restore-keys: ${{ runner.os }}-composer-
36+
key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.json') }}
37+
restore-keys: ${{ runner.os }}-php-${{ matrix.php-version }}-
3838

3939
- name: Install dependencies
4040
run: |

0 commit comments

Comments
 (0)