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

Stop testing the library with the lowest dependencies #259

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

scottaubrey
Copy link
Member

While the goal is laudable, by we arbitrarily restrict the window of supported versions of PHP by allowing the lowest supported versions of a library's dependency (which may have an even lower ceiling than us) to dictate our maximum supported version via the test suite.

Since we're now testing against multiple versions of PHP, that will provide a better show of our range of supported PHP versions, and it's down to consuming libraries to make sure they are compatible with any sub-dependency requirements

While the goal is laudable, by we arbitrarily restrict the window of
supported versions of PHP by allowing the lowest supported versions of a
library's dependency (which may have an even lower ceiling than us) to
dictate our maximum supported version via the test suite.

Since we're now testing against multiple versions of PHP, that will
provide a better show of our range of supported PHP versions, and it's
down to consuming libraries to make sure they are compatible with any
sub-dependency requirements
@scottaubrey scottaubrey merged commit 0430102 into master Oct 18, 2024
8 checks passed
@scottaubrey scottaubrey deleted the stop-testing-lowest branch October 18, 2024 07:38
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

Successfully merging this pull request may close these issues.

1 participant