-
-
Notifications
You must be signed in to change notification settings - Fork 235
Add support for Symfony 8 #678
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
base: main
Are you sure you want to change the base?
Conversation
2f9393d to
d6646c1
Compare
|
The CI was already red before this PR btw |
d6646c1 to
b00e50c
Compare
b00e50c to
9ef85eb
Compare
| } | ||
|
|
||
| protected function doRequest($request) | ||
| protected function doRequest(object $request): void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@dunglas PR rebased, I also fixed |
| "symfony/http-kernel": "^6.4 || ^7.3 || ^8.0", | ||
| "symfony/process": "^6.4 || ^7.3 || ^8.0" | ||
| "symfony/dom-crawler": "^6.4 || ^7.3 || ^8.0 || ^8.0", | ||
| "symfony/http-client": "^6.4 || ^7.0 || ^8.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only needed change in this file.
| */ | ||
| class ChoiceFormFieldTest extends TestCase | ||
| { | ||
| #[DataProvider('clientFactoryProvider')] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the goal is to be compatible with PHPUnit 11+, we should also add a job using it.
IIRC the CI was already broken before this PR