From 359e44803ef7d0cc4f36367cef98f8e2ab022874 Mon Sep 17 00:00:00 2001 From: "nebojsa.ilic" Date: Thu, 5 Mar 2026 12:10:39 +0100 Subject: [PATCH 1/4] Prepare v5 for 2026.x --- .github/workflows/release.yml | 4 ++-- README.md | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cc6245..d2d155e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,8 +41,8 @@ jobs: - { tag: 'v4.0', php: '8.4', distro: bookworm, version-override: "", latest-tag: true } - { tag: '4.x', php: '8.4', distro: bookworm, version-override: "v4-dev", latest-tag: false } - { tag: '5.x', php: '8.5', distro: trixie, version-override: "", 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 } + - { 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 } steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 10e76ee..e4c0ab7 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,13 @@ Use either of the following commands: ### Pimcore version compatibility & recommendations -| Image / Pimcore | v10 | v11 | v2023.3 | v2024.4 |v2025.x -|-----------------|-----|-----|---------|---------|------| -| v1 | ✅ | ✅ | ✅ | ✅ | ❌ | -| v2 | ❌ | ✅ | ✅ | ✅ | ❌ | -| v3 | ❌ | ✅* | ✅* | ✅* | ✅ | -| v4 | ❌ | ❌ | ❌ | ❌ | ✅* | +| Image / Pimcore | v10 | v11 | v2023.3 | v2024.4 |v2025.x|v2026.x| +|-----------------|-----|-----|---------|---------|------|-------| +| v1 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | +| v2 | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | +| v3 | ❌ | ✅* | ✅* | ✅* | ✅ | ❌ | +| v4 | ❌ | ❌ | ❌ | ❌ | ✅* | ✅ | +| v5 | ❌ | ❌ | ❌ | ❌ | ❌ | ✅* | > *) recommended version From 6bbec9d001752493ff95f853a086f6fa8bfad2a5 Mon Sep 17 00:00:00 2001 From: "nebojsa.ilic" Date: Thu, 5 Mar 2026 12:12:24 +0100 Subject: [PATCH 2/4] Prepare v5 for 2026.x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c0ab7..a724288 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Use either of the following commands: | v1 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | | v2 | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | | v3 | ❌ | ✅* | ✅* | ✅* | ✅ | ❌ | -| v4 | ❌ | ❌ | ❌ | ❌ | ✅* | ✅ | +| v4 | ❌ | ❌ | ❌ | ❌ | ✅* | ❌ | | v5 | ❌ | ❌ | ❌ | ❌ | ❌ | ✅* | From 5bb36ccb0bee726e9f73b88fe493271bbd27c4e6 Mon Sep 17 00:00:00 2001 From: "nebojsa.ilic" Date: Thu, 5 Mar 2026 12:17:11 +0100 Subject: [PATCH 3/4] Prepare v5 for 2026.x --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f93ada..a0a4595 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: docker run --rm pimcore-image test ! -f /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini fi - docker run --rm pimcore-image composer create-project pimcore/skeleton:2025.x-dev pimcore --no-scripts ${{ matrix.composerOptions }} + docker run --rm pimcore-image composer create-project pimcore/skeleton:2026.x-dev pimcore --no-scripts ${{ matrix.composerOptions }} if [ "$imageVariant" != "min" ]; then docker run -v "$(pwd)/.github/files":/var/www/html --rm pimcore-image php test_heif.php From 9d175ed3979be5bda644a9261d2bb2052e4ed556 Mon Sep 17 00:00:00 2001 From: "nebojsa.ilic" Date: Fri, 13 Mar 2026 10:54:54 +0100 Subject: [PATCH 4/4] Added latest tag to v5.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2d155e..2d4d255 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - { tag: 'v4.0', php: '8.4', distro: bookworm, version-override: "", latest-tag: true } - { tag: '4.x', php: '8.4', distro: bookworm, version-override: "v4-dev", latest-tag: false } - { tag: '5.x', php: '8.5', distro: trixie, version-override: "", latest-tag: false } - - { tag: 'v5.0', php: '8.5', distro: trixie, version-override: "", latest-tag: false } + - { tag: 'v5.0', php: '8.5', distro: trixie, version-override: "", latest-tag: true } - { tag: '5.x', php: '8.5', distro: trixie, version-override: "v5-dev", latest-tag: false } steps: