Fix coverage

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

3
dist/index.js vendored
View File

@ -3568,7 +3568,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';
}