Skip to content

Commit 7d6e9a5

Browse files
authored
Update run-tests.yml
1 parent b64a0c9 commit 7d6e9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/cache@v4
5252
with:
5353
path: ${{ steps.composer-cache.outputs.dir }}
54-
key: ${{ runner.os }}-composer-{{ matrix.os }}-php-{{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
54+
key: ${{ runner.os }}-composer-${{ matrix.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
5555
restore-keys: |
5656
${{ runner.os }}-composer-
5757

0 commit comments

Comments
 (0)