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

mastercontainer: update to php8.4 #5970

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

szaimen
Copy link
Collaborator

@szaimen szaimen commented Jan 27, 2025

Close #5699
The baseline was updated and will be decrease to 0 again in #5974

Signed-off-by: Simon L. <[email protected]>
@szaimen szaimen force-pushed the enh/5699/update-to-8.4 branch from fd1ef62 to c028e91 Compare January 27, 2025 10:20
Signed-off-by: GitHub <[email protected]>
Signed-off-by: Simon L. <[email protected]>
@szaimen szaimen force-pushed the enh/5699/update-to-8.4 branch from c028e91 to ee0e2ac Compare January 27, 2025 10:21
@szaimen szaimen added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Jan 27, 2025
@szaimen szaimen added this to the next milestone Jan 27, 2025
@szaimen szaimen requested a review from docjyJ January 27, 2025 10:27
@szaimen szaimen marked this pull request as ready for review January 27, 2025 10:27
@szaimen
Copy link
Collaborator Author

szaimen commented Jan 27, 2025

@docjyJ please review if possible :)

Copy link
Collaborator

@docjyJ docjyJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look rapidly LGTM

php/psalm-baseline.xml Outdated Show resolved Hide resolved
php/psalm-baseline.xml Outdated Show resolved Hide resolved
return $communityContainersDirectory;
}

return $newCommunityContainersDirectory;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same code three time, could use a common method
private static function GetDirectoryWithBackUp(string $path, string $relativeBackupPath): string

php/src/Docker/DockerActionManager.php Outdated Show resolved Hide resolved
@come-nc
Copy link

come-nc commented Jan 28, 2025

> composer-lock-diff --from main --md --path php
Dev Changes From To Compare
amphp/amp v2.6.4 v3.1.0 ...
amphp/byte-stream v1.8.2 v2.1.1 ...
nikic/php-parser v4.19.4 v5.4.0 ...
vimeo/psalm 5.26.1 6.0.0 ...
amphp/parser NEW v1.1.1
amphp/pipeline NEW v1.2.2
amphp/serialization NEW v1.0.0
amphp/sync NEW v2.3.0
revolt/event-loop NEW v1.0.6

Copy link

@come-nc come-nc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The errors remaining in baseline are false-positives?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update mastercontainer to php 8.4
3 participants