-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
PHP 8.3 support #749
PHP 8.3 support #749
Conversation
@TomHAnderson https://github.com/laminas/laminas-cache-storage-adapter-filesystem/releases/tag/2.4.0 has been released with 8.3 support. ✌️ |
@TomHAnderson JFYI https://github.com/doctrine/DoctrineModule/releases/tag/6.1.0 has been released. ✌️ |
The last release of that library doesn't support 8.3: https://github.com/laminas/laminas-developer-tools/blob/2.8.x/composer.json Unreleased code is moving forward with 8.3 support. |
I've reran the checks. There's one problem with MigrationsCommandFactoryTest. The The value of the dependency factory service is an id from the service manager. |
signature in migrations. Check failure on line 308 in lib/Doctrine/Migrations/DependencyFactory.php Roave BC Check The parameter $service of Doctrine\Migrations\DependencyFactory#setService() changed from no type to a non-contravariant object| https://github.com/doctrine/migrations/pull/1363/files#diff-7b97541a9d8f1fd4102229408221c25b9785ad7d9b47cdfcba644ee93a00a0ffR308
See commit 2f11771 for the fix of my last note. |
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.
Same as in doctrine/DoctrineModule#828: Please update PHP version of the other workflows to 8.3, i.e. coding standards, static analysis and composer lint. They need to run with the latest version, as the minimal version is automatically inflected.
@driehle in doctrine/DoctrineModule#828 (review) you asked the workflows be set to 8.2 though the max version is 8.3. Here you're asking for the same thing but I think you're asking fo 8.3. If the correct version is 8.3 then we'll need to update DoctrineModule too. |
@TomHAnderson Yes, my fault. Should be 8.3 (i.e. the latest). |
This PR will require at least the following:
Laminas must update their libraries first to support DoctrineModule