Skip to content

Commit e41433b

Browse files
committed
ci: tweak ci config
1 parent 4b6f981 commit e41433b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Upload build archive for test runners
3030
uses: actions/upload-artifact@v4
3131
with:
32-
name: build-php-${{ matrix.php }}
32+
name: build-artifact-${{ matrix.php }}
3333
path: /tmp/github-actions
3434

3535
phpunit:
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/download-artifact@v4
4747
with:
48-
name: build-php-${{ matrix.php }}
48+
name: build-artifact-${{ matrix.php }}
4949
path: /tmp/github-actions
5050

5151
- name: Extract build archive
@@ -59,7 +59,6 @@ jobs:
5959
version: 9
6060
php_version: ${{ matrix.php }}
6161
php_extensions: xdebug
62-
configuration: phpunit.xml
6362
coverage_text: _coverage/coverage.txt
6463
coverage_clover: _coverage/clover.xml
6564

@@ -100,7 +99,7 @@ jobs:
10099
steps:
101100
- uses: actions/download-artifact@v4
102101
with:
103-
name: build-php-${{ matrix.php }}
102+
name: build-artifact-${{ matrix.php }}
104103
path: /tmp/github-actions
105104

106105
- name: Extract build archive

0 commit comments

Comments
 (0)