recca0120 / vscode-phpunit

The VS Code Test Explorer extension for PHPUnit
MIT License
130 stars 45 forks source link

Extension does not work with PHP 8.3 #174

Closed heyyoudev closed 11 months ago

heyyoudev commented 11 months ago

When I run any test I get this error inside the Test Results panel in VSCode:

image

It appears that, although I use PHP version 8.3, it tries to look for PHP 8.2 binary...

This only happens with PHP versión 8.3. It works just fine in previous versions.