Skip to content
New issue

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

Enable dependency resolution by default #3133

Closed
sebastianbergmann opened this issue May 14, 2018 · 2 comments
Closed

Enable dependency resolution by default #3133

sebastianbergmann opened this issue May 14, 2018 · 2 comments
Assignees
Labels
type/backward-compatibility Something will be/is intentionally broken
Milestone

Comments

@sebastianbergmann
Copy link
Owner

@epdenouden
Copy link
Contributor

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?

  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: ''

@epdenouden
Copy link
Contributor

Fixed, updated AppVeyor to use PHP Windows binary for 7.2.12 and matching Xdebug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/backward-compatibility Something will be/is intentionally broken
Projects
None yet
Development

No branches or pull requests

2 participants