-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix compatibility with --prefer-lowest in test suite #93
Comments
Root cause for all four fails is |
Illuminate\Testing\PendingCommand::expectsOutputToContain() was added inhttps://github.com/laravel/framework/pull/40984 an released in https://github.com/laravel/framework/releases/tag/v9.2.0, but laravel-zero https://github.com/laravel-zero/laravel-zero/blob/master/composer.json requires minimum v9.0.0. |
Confirmed the file used when running the latest versions is |
Since Hyde is not a traditional package in the sense it needs to be compatible with existing installations as it is a framework on its own I will close this and remove the --prefer-lowest in the matrix. |
Tests running on with composer --prefer-lowest are failing. Raising this issue to investigate.
The text was updated successfully, but these errors were encountered: