Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
AppVeyor needs a little tweak for the newer PHPUnit:
This version of PHPUnit is supported on PHP 7.2 and PHP 7.3. You are using PHP 7.1.11 (c:\php\7.1.11\php.exe).
Not sure how to fix this correctly. Guess it's set in appveyor.yml in the repo?
appveyor.yml
matrix: - PHP_VERSION: '7.1.11' XDEBUG_VERSION: '2.5.5-7.1' DEPENDENCIES: '--prefer-lowest' - PHP_VERSION: '7.1.11' XDEBUG_VERSION: '2.5.5-7.1' DEPENDENCIES: ''
Sorry, something went wrong.
Fixed, updated AppVeyor to use PHP Windows binary for 7.2.12 and matching Xdebug.
sebastianbergmann
No branches or pull requests
The text was updated successfully, but these errors were encountered: