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

[develop] Adds PHPUnit 11 support #175

Merged
merged 3 commits into from
Jan 11, 2024
Merged

[develop] Adds PHPUnit 11 support #175

merged 3 commits into from
Jan 11, 2024

Conversation

nunomaduro
Copy link
Member

This pull request introduces support for PHPUnit 11, similar to what we did in laravel/framework#49622. However, it needs dropping support for PHP 8.1. In my own packages, I don't view dropping a PHP version as a breaking change, since customers using PHP 8.1 won't receive the next minor version anyway. However, @driesvints, please share your thoughts! If you believe this should be a major version, we'll need to merge this into the develop branch and then merge develop into master.

@nunomaduro nunomaduro marked this pull request as ready for review January 10, 2024 18:25
@nunomaduro nunomaduro marked this pull request as draft January 10, 2024 18:25
@driesvints
Copy link
Member

Dropping a PHP version on a minor release is fine 👍

@nunomaduro nunomaduro marked this pull request as ready for review January 11, 2024 09:55
@taylorotwell taylorotwell merged commit c0d6af5 into develop Jan 11, 2024
8 checks passed
@taylorotwell taylorotwell deleted the feat/phpunit11 branch January 11, 2024 16:00
driesvints pushed a commit that referenced this pull request Jan 12, 2024
* [7.x] Adds L11 support (#172)

* Adds L11 support

* Apply fixes from StyleCI

* Reverts change

* Fixes test suite

* Excludes L11 on PHP 8.1

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>

* Removes `CreatesApplication` trait (#173)

* Fixes workflow

* Fixes test suite

* Run tests on develop too

* [develop] Adds PHPUnit 11 support (#175)

* Uses attributes

* Adds PHPUnit 11 support

* Apply fixes from StyleCI

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>

* Reverts `CreatesApplication` change

* Fixes calling protected method

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
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.

4 participants