-
-
Notifications
You must be signed in to change notification settings - Fork 112
ci: add tests for PHP 8.5 #389
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
Conversation
|
Failing tests on lower PHP versions. Should be fixed in a sperate PR. |
|
It looks like we'll have to wait for Psalm support for PHP 8.5. Right now the dependencies can't be resolved. |
|
I added a line to remove psalm for this run, as there is a sperate run on PHP 8.3 with psalm. |
Pull Request Test Coverage Report for Build 19706812761Details
💛 - Coveralls |
|
The tests run some very big files. That's unfortunately just slow and there's not much we can do about that. (To test Zip64 properly we need files > 4Gb) That's also why some tests have a Running Psalm on 5.3 and not latest was actually an oversight. I switched to use the Until Psalm has 8.5 compatibility, I'll keep this PR open. I don't want stuff like the |
|
ok, lets wait for psalm 6 |
|
@maennchen Ready for review |
as nigthly now addresses PHP 8.6, this will add tests for PHP 8.5