From 0ae59197bd6fb76d0f78bf419f8dbebbc4b373b8 Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Mon, 14 Aug 2023 13:33:13 +0200 Subject: [PATCH] Version 3.0 Release --- .github/workflows/release.yml | 1 + README.md | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9f5a0a..34c75d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,7 @@ jobs: - { tag: 'v1.3', php: '8.2', distro: bullseye, version-override: "", latest-tag: false } - { tag: 'v2.0', php: '8.2', distro: bullseye, version-override: "", latest-tag: true } - { tag: '2.x', php: '8.2', distro: bullseye, version-override: "v2-dev", latest-tag: false } + - { tag: 'v3.0', php: '8.2', distro: bookworm, version-override: "", latest-tag: true } - { tag: '3.x', php: '8.2', distro: bookworm, version-override: "v3-dev", latest-tag: false } steps: diff --git a/README.md b/README.md index b2e9472..de12bc1 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ We're also offering special tags for specific PHP versions, e.g. `php8.2.5-v2.0` ### Pimcore version compatibility & recommendations | Image / Pimcore | v10 | v11 | v2023.0 | -|-----------------|-----|-----|---------| -| v1 | ✅ | ✅ | ✅ | -| v2 | ❌ | ✅* | ✅* | +|-----------------|-----|----|--------| +| v1 | ✅ | ✅ | ✅ | +| v2 | ❌ | ✅ | ✅ | +| v3 | ❌ | ✅* | ✅* | > *) recommended version @@ -50,7 +51,7 @@ php8.2-dev # development image (build from the default branch) Same as PHP images, but using `-debug` after the PHP version: ```text php8.2-debug-latest -php8.2-debug-v2 +php8.2-debug-v3 ... ``` @@ -69,6 +70,6 @@ The following configuration depends on the default [`docker-compose.yaml`](https Same as PHP images, but using `-supervisor` after the PHP version: ```text php8.2-supervisor-latest -php8.2-supervisor-v2 +php8.2-supervisor-v3 ... ``` \ No newline at end of file