Skip to content

Commit 8d6477c

Browse files
authored
Revert xdebug repo
1 parent 5744dd0 commit 8d6477c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: '30 0 * * *'
77
jobs:
88
vs16:
9-
name: build
9+
name: build_vs16
1010
runs-on: windows-2019
1111
strategy:
1212
fail-fast: false
@@ -24,7 +24,7 @@ jobs:
2424
dev_branch: issue-php84
2525
args: enable-pcov
2626
- extensions: xdebug
27-
repo: shivammathur/xdebug
27+
repo: xdebug/xdebug
2828
branch: master
2929
dev_branch: master
3030
args: with-xdebug
@@ -71,7 +71,7 @@ jobs:
7171
name: ${{ matrix.extensions }}_${{ matrix.php }}_${{ matrix.ts }}_${{ matrix.arch }}
7272
path: ${{ matrix.extensions }}
7373
vs17:
74-
name: build
74+
name: build_vs17
7575
runs-on: windows-2022
7676
strategy:
7777
fail-fast: false
@@ -89,7 +89,7 @@ jobs:
8989
dev_branch: issue-php84
9090
args: enable-pcov
9191
- extensions: xdebug
92-
repo: shivammathur/xdebug
92+
repo: xdebug/xdebug
9393
branch: master
9494
dev_branch: master
9595
args: with-xdebug

0 commit comments

Comments
 (0)