Skip to content

Commit eacc341

Browse files
authored
Merge pull request #33053 from sileence/patch-1
Add stability to Composer Cache
2 parents ab9f4b8 + 9411591 commit eacc341

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)