Skip to content

Commit 5b8e68a

Browse files
authored
[6.x] Fix Cache Dependencies of Composer (#33055)
1 parent c360d79 commit 5b8e68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/cache@v1
4141
with:
4242
path: ~/.composer/cache/files
43-
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
43+
key: dependencies-php-${{ matrix.php }}-${{ matrix.stability }}-composer-${{ hashFiles('composer.json') }}
4444

4545
- name: Setup PHP
4646
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)