Skip to content

Prepare v5 for 2026.x#230

Draft
bluvulture wants to merge 4 commits into5.xfrom
release_v5
Draft

Prepare v5 for 2026.x#230
bluvulture wants to merge 4 commits into5.xfrom
release_v5

Conversation

@bluvulture
Copy link
Contributor

@bluvulture bluvulture commented Mar 5, 2026

v5 ready for 2026.x

@bluvulture bluvulture requested a review from Copilot March 5, 2026 11:12
@bluvulture
Copy link
Contributor Author

cc @berfinyuksel

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Prepares the Docker image v5 line for Pimcore 2026.x by updating documented compatibility guidance and enabling release builds for v5 tags in CI.

Changes:

  • Extend the README compatibility matrix to include Pimcore v2026.x and add the new v5 image line.
  • Enable v5.0 and v5-dev build entries in the GitHub Actions release workflow.

Reviewed changes

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

File Description
README.md Updates Pimcore compatibility matrix to include v2026.x and v5.
.github/workflows/release.yml Turns on release workflow matrix entries for v5.0 and v5-dev.

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

| v2 | ❌ | ✅ | ✅ | ✅ | ❌ |
| v3 | ❌ | ✅* | ✅* | ✅* | ✅ |
| v4 | ❌ | ❌ | ❌ | ❌ | ✅* |
| Image / Pimcore | v10 | v11 | v2023.3 | v2024.4 |v2025.x|v2026.x|
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

The table header formatting is inconsistent: there’s no space before the v2025.x and v2026.x columns (|v2025.x|v2026.x|). This renders fine, but makes the markdown harder to scan and inconsistent with the other columns. Consider adding spaces around those pipes for consistency.

Suggested change
| Image / Pimcore | v10 | v11 | v2023.3 | v2024.4 |v2025.x|v2026.x|
| Image / Pimcore | v10 | v11 | v2023.3 | v2024.4 | v2025.x | v2026.x |

Copilot uses AI. Check for mistakes.
Comment on lines +44 to +45
- { tag: 'v5.0', php: '8.5', distro: trixie, version-override: "", latest-tag: false }
- { tag: '5.x', php: '8.5', distro: trixie, version-override: "v5-dev", latest-tag: false }
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

These new matrix entries have trailing whitespace at the end of the lines. Please trim the trailing spaces to keep the workflow file clean and avoid failing any whitespace/lint checks.

Suggested change
- { tag: 'v5.0', php: '8.5', distro: trixie, version-override: "", latest-tag: false }
- { tag: '5.x', php: '8.5', distro: trixie, version-override: "v5-dev", latest-tag: false }
- { tag: 'v5.0', php: '8.5', distro: trixie, version-override: "", latest-tag: false }
- { tag: '5.x', php: '8.5', distro: trixie, version-override: "v5-dev", latest-tag: false }

Copilot uses AI. Check for mistakes.
@bluvulture bluvulture requested a review from brusch March 12, 2026 10:40
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