Skip to content

Version suported table#250

Open
bluvulture wants to merge 2 commits into
5.xfrom
supported_versions
Open

Version suported table#250
bluvulture wants to merge 2 commits into
5.xfrom
supported_versions

Conversation

@bluvulture

Copy link
Copy Markdown
Contributor

This pull request removes support for v1.x Pimcore images and updates the documentation to reflect the currently supported image versions. The main changes are the removal of v1.x build configurations from the release workflow and the addition of a new support matrix in the README.md.

Documentation updates:

  • Added a new "Pimcore image versions support" section to the README.md, listing which image versions are currently supported and clarifying the support policy based on PHP and Debian EOL.

Build and workflow changes:

  • Removed all build configurations for v1.x Pimcore images from the .github/workflows/release.yml file, so v1.x images will no longer be built or released.

@bluvulture bluvulture requested a review from brusch June 8, 2026 12:38
@bluvulture bluvulture requested a review from berfinyuksel as a code owner June 8, 2026 12:38
Copilot AI review requested due to automatic review settings June 8, 2026 12:38

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 drops the build/release workflow support for Pimcore image v1.x and updates the README to document the currently supported Pimcore image major versions.

Changes:

  • Removed v1.x entries from the release workflow build matrix so v1.x images are no longer built/published.
  • Added a new README “Pimcore image versions support” section with a simple supported/unsupported matrix.
  • Updated README content around version compatibility to align with the revised support stance.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
README.md Adds a support matrix section and updates surrounding documentation for supported Pimcore image versions.
.github/workflows/release.yml Removes v1.x build configurations from the release workflow matrix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines 46 to +47

> *) recommended version
### Pimcore image versions support
Comment thread README.md
| v4 | ✅ |
| v5 | ✅ |

We are basing our images on top of the official PHP and Debian images and providing support until EOL for the [PHP versions](https://www.php.net/supported-versions.php) and [Debian versions](https://wiki.debian.org/LTS)
Comment on lines 30 to 33
build:
- { tag: '1.x', php: '8.1', distro: bullseye, version-override: "v1-dev", latest-tag: false }
- { tag: '1.x', php: '8.2', distro: bullseye, version-override: "v1-dev", latest-tag: false }
- { tag: 'v1.6', php: '8.1', distro: bullseye, version-override: "", latest-tag: true }
- { tag: 'v1.6', php: '8.2', distro: bullseye, version-override: "", latest-tag: false }
- { tag: 'v2.3', php: '8.2', distro: bullseye, version-override: "", latest-tag: false }
- { tag: '2.x', php: '8.2', distro: bullseye, version-override: "v2-dev", latest-tag: false }
- { tag: 'v3.8', php: '8.2', distro: bookworm, version-override: "", latest-tag: true }
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.

3 participants