Skip to content

Commit

Permalink
Version 3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Aug 14, 2023
1 parent 54312dc commit 0ae5919
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
...
```

Expand All @@ -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
...
```

0 comments on commit 0ae5919

Please sign in to comment.