You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You actually get PHP 8.0 and Xdebug 3. Since Xdebug 2 and PHP 8.0 are an invalid combination, I would expect an error to be generated instead of silently installing Xdebug 3.
Version
I have checked releases, and the bug exists in the latest patch version of v1 or v2.
v2
v1
Runners
GitHub Hosted
Self Hosted
Operating systems
Linux
The text was updated successfully, but these errors were encountered:
Now, It will fail to set up Xdebug when xdebug2 is specified as the coverage driver on PHP 8.0 and above. Same for xdebug3 for PHP 7.1 and lower. It will leave an error in the logs.
Describe the bug
If you specify the following...
You actually get PHP 8.0 and Xdebug 3. Since Xdebug 2 and PHP 8.0 are an invalid combination, I would expect an error to be generated instead of silently installing Xdebug 3.
Version
v1
orv2
.v2
v1
Runners
Operating systems
Linux
The text was updated successfully, but these errors were encountered: