We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc40f3 commit cadbe00Copy full SHA for cadbe00
.github/workflows/continuous-integration.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: "Upload coverage file"
96
uses: "actions/upload-artifact@v4"
97
with:
98
- name: "phpunit-${{ matrix.php-version }}-${{ hashFiles(composer.lock) }}.coverage"
+ name: "phpunit-${{ matrix.php-version }}-${{ hashFiles('composer.lock') }}.coverage"
99
path: "coverage.xml"
100
101
upload_coverage:
0 commit comments