Skip to content

Commit a774ced

Browse files
authored
Include stability in coverage file key (doctrine#12112)
1 parent 6b8207b commit a774ced

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
@@ -124,7 +124,7 @@ jobs:
124124
- name: "Upload coverage file"
125125
uses: "actions/upload-artifact@v4"
126126
with:
127-
name: "phpunit-${{ matrix.extension }}-${{ matrix.php-version }}-${{ matrix.dbal-version }}-${{ matrix.deps }}-${{ matrix.native_lazy }}-coverage"
127+
name: "phpunit-${{ matrix.extension }}-${{ matrix.php-version }}-${{ matrix.dbal-version }}-${{ matrix.deps }}-${{ matrix.stability }}-${{ matrix.native_lazy }}-coverage"
128128
path: "coverage*.xml"
129129

130130

0 commit comments

Comments
 (0)