-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
PHP8 CI #23780
PHP8 CI #23780
Conversation
87b3f1c
to
336d919
Compare
dbe36da
to
69a2d89
Compare
I think this is a locale issue...
No clue about that one yet. |
Ok lets review and see if we can still get this in. |
@@ -108,9 +112,9 @@ public function testRun() { | |||
$backend3 = $this->createMock(IBackend::class); | |||
$backend4 = $this->createMock(IBackend::class); | |||
|
|||
$res6 = $this->createMock([IResource::class, IMetadataProvider::class]); |
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.
oh wait, that worked?
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.
Yes... But killed in php unit 9
The psalm errors come from the fact that it doesn't support php8 properly i guess. since it doesn't know that openssl returns an object now. And the GD stuff a GdImage. |
Sure now oracle is complaining... |
Seems like server/lib/private/AppConfig.php Lines 134 to 138 in db82d27
|
could it be because of |
No clue why. But I chose to igrnoe it for now |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
The comparrison on php8 return true while <php8 it is false. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* We should pick better default method! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 273: failuremariadb10.4-php7.4Show full log
|
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.
I like the part where we skip tests -> faster CI 🚀
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.
🦈 Bite by Bite
The PHP 8 changes for |
You mean 8.1? See #29287 for details |
If that was a response to my comment, these functions are broken in 8.0. I don't see anything in that indicating 8.1 will be any different. |
Ah sorry, then I mixed it up. |
Good to go!
The test for other DBs will follow in later PRs