Skip to content

[php]- Removal of outdated EOL php variants 8.2-apache-trixie & bookworm#1896

Open
V-Subhankar-infy wants to merge 2 commits into
devcontainers:mainfrom
V-Subhankar-infy:fix-php
Open

[php]- Removal of outdated EOL php variants 8.2-apache-trixie & bookworm#1896
V-Subhankar-infy wants to merge 2 commits into
devcontainers:mainfrom
V-Subhankar-infy:fix-php

Conversation

@V-Subhankar-infy

Copy link
Copy Markdown
Member

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.

@V-Subhankar-infy V-Subhankar-infy marked this pull request as ready for review June 16, 2026 07:25
@V-Subhankar-infy V-Subhankar-infy requested a review from a team as a code owner June 16, 2026 07:25
Copilot AI review requested due to automatic review settings June 16, 2026 07:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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-trixie and 8.2-apache-bookworm variants from src/php/manifest.json and related tag mappings.
  • Updated src/php/README.md to 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 thread src/php/README.md Outdated
Comment thread src/php/manifest.json
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",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

History and cgmanifest files are auto-generated during the release workflow, so I need not update it manually

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