Proposal: Archive the PHPUnit related containers #160
Merged
+5
−240
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.