Skip to content

chore: migrate to php-standard-library version 6 and drop php 8.3#991

Merged
Ocramius merged 1 commit intoRoave:8.20.xfrom
azjezz:migrate-to-psl-6
Mar 20, 2026
Merged

chore: migrate to php-standard-library version 6 and drop php 8.3#991
Ocramius merged 1 commit intoRoave:8.20.xfrom
azjezz:migrate-to-psl-6

Conversation

@azjezz
Copy link
Copy Markdown
Contributor

@azjezz azjezz commented Mar 20, 2026

No description provided.

@azjezz azjezz force-pushed the migrate-to-psl-6 branch from 7e8b9f0 to c5e4e98 Compare March 20, 2026 12:40
Comment on lines +184 to 188
Async\concurrently([
fn () => $this->git->remove($fromPath),
fn () => $this->git->remove($toPath),
]);
}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

both call Shell\execute which waits, so can be called concurrently.

Comment on lines +143 to +146
[$fromPath, $toPath] = Async\concurrently([
fn () => $this->git->checkout($sourceRepo, $fromRevision),
fn () => $this->git->checkout($sourceRepo, $toRevision),
]);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

both call Shell\execute which waits, and do not rely on each other, can be ran concurrently.

@azjezz azjezz force-pushed the migrate-to-psl-6 branch 2 times, most recently from d4ed988 to 45fbcc8 Compare March 20, 2026 12:51
Signed-off-by: azjezz <azjezz@protonmail.com>
@azjezz azjezz force-pushed the migrate-to-psl-6 branch from 45fbcc8 to 540908b Compare March 20, 2026 12:58
Copy link
Copy Markdown
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

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

🚢 thanks @azjezz!

@Ocramius Ocramius self-assigned this Mar 20, 2026
@Ocramius Ocramius added enhancement dependencies Pull requests that update a dependency file labels Mar 20, 2026
@Ocramius Ocramius added this to the 8.20.0 milestone Mar 20, 2026
@Ocramius Ocramius merged commit ba4f4b2 into Roave:8.20.x Mar 20, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants