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 PHPUnit 10 being installed till we can fix deprecation errors in v9 #76

Merged
merged 2 commits into from
Feb 20, 2023

Conversation

rbibby
Copy link
Contributor

@rbibby rbibby commented Feb 16, 2023

https://phpunit.de/announcements/phpunit-10.html

There's a bigger piece of work around supporting PHPUnit 10 so for now I think it's fine for us to stay on v9.

We should probably look at what PHP versions we want to support moving forwards and set up our testing dependency versions based on that.

src/Status.php Show resolved Hide resolved
@rbibby rbibby requested a review from Gman98ish February 16, 2023 12:38
@Gman98ish
Copy link
Contributor

I reckon we drop support for 5.6, maybe some 7.x versions and do a major version release. Can take the opportunity to see if there are any other breaking changes we want

@rbibby
Copy link
Contributor Author

rbibby commented Feb 17, 2023

Reading this article yesterday I don't think the major version is needed https://sebastiandedeyne.com/composer-semver-and-underlying-dependency-changes/

But if there's any other changes we want to make (something round #63 possibly) it could be a good time to do a few things at once.

@Gman98ish Gman98ish merged commit fb3bca4 into master Feb 20, 2023
@rbibby rbibby deleted the add-phpunit-10-support branch February 20, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants