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

Add github action for running tests against lowest matching depedencies #6823

Open
bshaffer opened this issue Nov 28, 2023 · 1 comment
Open

Comments

@bshaffer
Copy link
Contributor

Add a check to run the tests against the lowest matching dependencies. This can be done with our current test suite, but by providing --prefer-lowest to the command to run composer install. This will ensure that if we have an older dependency which needs to have the minimum version updated to the latest, we'll see that highlighted in our test suite.

Rationale: There have been a few occasions where a required dependency was not declared as such, and resulted in an error for a customer.

@bshaffer
Copy link
Contributor Author

We just had an error related to this happen again. See googleapis/google-auth-library-php#504 and the resulting fix in #6896

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant