Skip to content

Commit 0ae5919

Browse files
committed
Version 3.0 Release
1 parent 54312dc commit 0ae5919

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- { tag: 'v1.3', php: '8.2', distro: bullseye, version-override: "", latest-tag: false }
2828
- { tag: 'v2.0', php: '8.2', distro: bullseye, version-override: "", latest-tag: true }
2929
- { tag: '2.x', php: '8.2', distro: bullseye, version-override: "v2-dev", latest-tag: false }
30+
- { tag: 'v3.0', php: '8.2', distro: bookworm, version-override: "", latest-tag: true }
3031
- { tag: '3.x', php: '8.2', distro: bookworm, version-override: "v3-dev", latest-tag: false }
3132

3233
steps:

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ We're also offering special tags for specific PHP versions, e.g. `php8.2.5-v2.0`
2929

3030
### Pimcore version compatibility & recommendations
3131
| Image / Pimcore | v10 | v11 | v2023.0 |
32-
|-----------------|-----|-----|---------|
33-
| v1 ||||
34-
| v2 ||* |* |
32+
|-----------------|-----|----|--------|
33+
| v1 ||||
34+
| v2 ||||
35+
| v3 ||* |* |
3536

3637
> *) recommended version
3738
@@ -50,7 +51,7 @@ php8.2-dev # development image (build from the default branch)
5051
Same as PHP images, but using `-debug` after the PHP version:
5152
```text
5253
php8.2-debug-latest
53-
php8.2-debug-v2
54+
php8.2-debug-v3
5455
...
5556
```
5657

@@ -69,6 +70,6 @@ The following configuration depends on the default [`docker-compose.yaml`](https
6970
Same as PHP images, but using `-supervisor` after the PHP version:
7071
```text
7172
php8.2-supervisor-latest
72-
php8.2-supervisor-v2
73+
php8.2-supervisor-v3
7374
...
7475
```

0 commit comments

Comments
 (0)