File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
matrix :
14
14
include :
15
15
# Latest versions
16
- - xdebug : xdebug-3.3 .2 # renovate:keep-up-to-date
16
+ - xdebug : xdebug-3.4 .2 # renovate:keep-up-to-date
17
17
php : ' 8.2' # renovate:keep-up-to-date
18
18
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
20
20
php : ' 8.1' # renovate:keep-up-to-date
21
21
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
23
23
php : ' 8.2' # renovate:keep-up-to-date
24
24
os : macos-14
25
25
# Old versions
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ describe('ProxyConnect', () => {
92
92
} )
93
93
94
94
it ( 'should request deregistration' , ( done : Mocha . Done ) => {
95
+ done = doneOnce ( done )
95
96
conn . on ( 'log_request' , ( str : string ) => {
96
97
assert . equal ( str , msgs . deregisterInfo )
97
98
done ( )
You can’t perform that action at this time.
0 commit comments