Fix coverage

This commit is contained in:
Shivam Mathur
2020-07-11 18:35:28 +05:30
parent 4aa42214b1
commit 66fa82fbca
2 changed files with 5 additions and 0 deletions

3
dist/index.js vendored
View File

@ -3520,7 +3520,10 @@ async function getXdebugVersion(version) {
case '5.4':
return '2.4.1';
case '5.5':
case '5.6':
return '2.5.5';
case '7.0':
return '2.7.2';
default:
return '2.9.6';
}