Skip to content

Commit 3fc5aee

Browse files
committed
Update pcov branch
1 parent 3eb444f commit 3fc5aee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
include:
2121
- extensions: pcov
2222
repo: krakjoe/pcov
23-
branch: release
24-
dev_branch: develop
23+
branch: issue-php84
24+
dev_branch: issue-php84
2525
args: enable-pcov
2626
- extensions: xdebug
2727
repo: shivammathur/xdebug
@@ -68,7 +68,7 @@ jobs:
6868
- name: Upload Artifact
6969
uses: actions/upload-artifact@v4
7070
with:
71-
name: ${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
71+
name: vs16-${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
7272
path: ${{ matrix.extensions }}
7373
vs17:
7474
name: build
@@ -85,8 +85,8 @@ jobs:
8585
include:
8686
- extensions: pcov
8787
repo: krakjoe/pcov
88-
branch: release
89-
dev_branch: develop
88+
branch: issue-php84
89+
dev_branch: issue-php84
9090
args: enable-pcov
9191
- extensions: xdebug
9292
repo: shivammathur/xdebug
@@ -133,7 +133,7 @@ jobs:
133133
- name: Upload Artifact
134134
uses: actions/upload-artifact@v4
135135
with:
136-
name: ${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
136+
name: vs17-${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
137137
path: ${{ matrix.extensions }}
138138
release:
139139
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)