[php]- Removal of outdated EOL php variants 8.2-apache-trixie & bookworm#1896
Open
V-Subhankar-infy wants to merge 2 commits into
Open
[php]- Removal of outdated EOL php variants 8.2-apache-trixie & bookworm#1896V-Subhankar-infy wants to merge 2 commits into
V-Subhankar-infy wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the end-of-life PHP 8.2 image variants from the PHP devcontainer image definitions and bumps the PHP image manifest major version to reflect the breaking change in supported tags/variants.
Changes:
- Removed
8.2-apache-trixieand8.2-apache-bookwormvariants fromsrc/php/manifest.jsonand related tag mappings. - Updated
src/php/README.mdto stop advertising PHP 8.2 variants and to reflect the new major version tag examples.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/php/README.md |
Removes 8.2 references and updates semantic-version tag examples for the new major version. |
src/php/manifest.json |
Major version bump to 4.0.0 and removal of 8.2 variants from the published variant/tag configuration. |
Comment on lines
4
to
8
| "variants": [ | ||
| "8.5-apache-trixie", | ||
| "8.4-apache-trixie", | ||
| "8.3-apache-trixie", | ||
| "8.2-apache-trixie", | ||
| "8.5-apache-bookworm", |
Member
Author
There was a problem hiding this comment.
History and cgmanifest files are auto-generated during the release workflow, so I need not update it manually
79221e0 to
4f47684
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
As per the timeline present at #1464 & official php support page https://www.php.net/supported-versions.php,
The PHP Variant 8.2 has now reached end of life and it's support is restricted to request based access only.
Hence we are removing this variant from the repo.
Manifest requires a major bump, 3.0.7 to 4.0.0, due to change in supported images which is a major change.