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

Proposal: Archive the PHPUnit related containers #160

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

desrosj
Copy link
Contributor

@desrosj desrosj commented Dec 5, 2024

The need for the phpunit containers was removed in WordPress 5.9 in favor of using Composer to manage PHPUnit versions and only exist for running tests in old branches.

The highest version of PHP that these versions of WordPress support is PHP 8.0 required a modified version of PHPUnit 7 (see Core-50902). PHPUnit 7.x is no longer supported upstream, so there will be no new releases.

With all this in mind, this removes the PHPUnit related containers from the workflow files to avoid needlessly building and publishing them. The images are being left in tact within the images directory in case they need to be regenerated at some point in the future.

The need for the `phpunit` containers was removed in WordPress 5.9 and only exist for running tests in old branches.

The highest version of PHP that these versions of WordPress support is PHP 8.0 required a modified version of PHPUnit 7 (see [Core-50902](https://core.trac.wordpress.org/ticket/50902)). PHPUnit 7.x is no longer supported upstream, so there will be no new releases.

With all this in mind, this removes the PHPUnit related containers from the workflow files to avoid needlessly building and publishing them. The images are being left in tact within the `images` directory in case they need to be regenerated at some point in the future.
@desrosj desrosj self-assigned this Dec 5, 2024
Copy link

github-actions bot commented Dec 5, 2024

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: desrosj <[email protected]>
Co-authored-by: johnbillion <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@desrosj desrosj requested a review from johnbillion December 5, 2024 16:39
@desrosj desrosj merged commit bf6b42c into trunk Dec 5, 2024
19 checks passed
@desrosj desrosj deleted the archive/phpunit-containers branch December 5, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants