Skip to content

Commit cadbe00

Browse files
authored
Fix invalid expression in CI workflow (#857)
1 parent fdc40f3 commit cadbe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: "Upload coverage file"
9696
uses: "actions/upload-artifact@v4"
9797
with:
98-
name: "phpunit-${{ matrix.php-version }}-${{ hashFiles(composer.lock) }}.coverage"
98+
name: "phpunit-${{ matrix.php-version }}-${{ hashFiles('composer.lock') }}.coverage"
9999
path: "coverage.xml"
100100

101101
upload_coverage:

0 commit comments

Comments
 (0)