Skip to content

Commit a208369

Browse files
renovate[bot]zobo
andauthored
chore(deps): update dependency xdebug to v3.4.2 (#981)
* chore(deps): update dependency xdebug to v3.4.2 * Hack test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Damjan Cvetko <[email protected]>
1 parent a1fbdae commit a208369

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
matrix:
1414
include:
1515
# Latest versions
16-
- xdebug: xdebug-3.3.2 # renovate:keep-up-to-date
16+
- xdebug: xdebug-3.4.2 # renovate:keep-up-to-date
1717
php: '8.2' # renovate:keep-up-to-date
1818
os: ubuntu-22.04
19-
- xdebug: xdebug-3.3.2 # renovate:keep-up-to-date
19+
- xdebug: xdebug-3.4.2 # renovate:keep-up-to-date
2020
php: '8.1' # renovate:keep-up-to-date
2121
os: windows-2022
22-
- xdebug: xdebug-3.3.2 # renovate:keep-up-to-date
22+
- xdebug: xdebug-3.4.2 # renovate:keep-up-to-date
2323
php: '8.2' # renovate:keep-up-to-date
2424
os: macos-14
2525
# Old versions

src/test/proxy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ describe('ProxyConnect', () => {
9292
})
9393

9494
it('should request deregistration', (done: Mocha.Done) => {
95+
done = doneOnce(done)
9596
conn.on('log_request', (str: string) => {
9697
assert.equal(str, msgs.deregisterInfo)
9798
done()

0 commit comments

Comments
 (0)